Skip to content

Commit

Permalink
don't try to create migrations table _in_ a migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dbp committed Mar 9, 2017
1 parent 3108ee3 commit 4c61234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: /app/.local/bin/housetab
web: housetab
5 changes: 0 additions & 5 deletions migrations/0.sql
Expand Up @@ -38,11 +38,6 @@ CREATE TABLE log (
);


CREATE TABLE migrations (
name text NOT NULL,
run_at timestamp with time zone DEFAULT now() NOT NULL
);

CREATE TABLE persons (
id serial PRIMARY KEY,
account_id integer NOT NULL,
Expand Down

0 comments on commit 4c61234

Please sign in to comment.