diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql index 667fc48..11b8259 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -37,6 +37,7 @@ CREATE TABLE mygrate.source ( username text NOT NULL, password text NOT NULL, port integer NOT NULL, + database text NOT NULL, filename text NOT NULL, "position" bigint NOT NULL, serverid integer NOT NULL, |