temp fix for running migrate

This commit is contained in:
Ben Arc 2021-08-11 12:33:56 +01:00
parent b96a6661f8
commit 18761ea1da

View file

@ -29,7 +29,7 @@ async def m001_initial(db):
amount FLOAT NOT NULL, amount FLOAT NOT NULL,
service INTEGER NOT NULL, service INTEGER NOT NULL,
posted BOOLEAN NOT NULL, posted BOOLEAN NOT NULL,
FOREIGN KEY(service) REFERENCES streamalerts.Services (id) FOREIGN KEY(service) REFERENCES Services(id)
); );
""" """
) )