Adapts table name for initial migration

This commit is contained in:
Dennis Schoepf 2024-04-28 20:05:46 +02:00
parent 9fda114cd3
commit 98edc52114

View file

@ -1,5 +1,5 @@
-- +migrate Up -- +migrate Up
CREATE table users ( CREATE table user (
id INTEGER PRIMARY KEY, id INTEGER PRIMARY KEY,
first_name text NOT NULL, first_name text NOT NULL,
email text NOT NULL email text NOT NULL