temp fix for running migrate
This commit is contained in:
parent
b96a6661f8
commit
18761ea1da
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
);
|
);
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue