From 3c24ff42bef05618ff19c8f60718e5793712ba39 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 13 Jun 2021 14:19:00 +0100 Subject: Add missing database field in source config table --- db/schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'db') 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, -- cgit v1.2.3