Deployed to dev01 on the Rrackspace cloud.
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
|
||||
start() ->
|
||||
ok = application:load(mnesia),
|
||||
ok = application:set_env(mnesia, dir, "/home/jdbernard/projects/timestamper/web-app/db/test"),
|
||||
ok = mnesia:start(),
|
||||
ok.
|
||||
|
||||
@ -12,5 +11,5 @@ create_tables(Nodes) ->
|
||||
{atomic, ok} = id_counter:create_table(TableOpts),
|
||||
{atomic, ok} = ts_user:create_table(TableOpts),
|
||||
{atomic, ok} = ts_timeline:create_table(TableOpts),
|
||||
{atmoic, ok} = ts_entry:create_table(TableOpts),
|
||||
{atomic, ok} = ts_entry:create_table(TableOpts),
|
||||
ok.
|
||||
|
Reference in New Issue
Block a user