Adapts table name for initial migration
This commit is contained in:
parent
9fda114cd3
commit
98edc52114
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
-- +migrate Up
|
||||
CREATE table users (
|
||||
CREATE table user (
|
||||
id INTEGER PRIMARY KEY,
|
||||
first_name text NOT NULL,
|
||||
email text NOT NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue