mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-21 22:14:57 +02:00
temp fix for running migrate
This commit is contained in:
parent
b96a6661f8
commit
18761ea1da
@ -29,7 +29,7 @@ async def m001_initial(db):
|
||||
amount FLOAT NOT NULL,
|
||||
service INTEGER NOT NULL,
|
||||
posted BOOLEAN NOT NULL,
|
||||
FOREIGN KEY(service) REFERENCES streamalerts.Services (id)
|
||||
FOREIGN KEY(service) REFERENCES Services(id)
|
||||
);
|
||||
"""
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user