Fixed copilot migration file
This commit is contained in:
parent
f68f45b6b1
commit
c041f0fd7f
1 changed files with 0 additions and 1 deletions
|
|
@ -77,4 +77,3 @@ async def m003_fix_data_types(db):
|
||||||
await db.execute(
|
await db.execute(
|
||||||
"INSERT INTO copilot.newer_copilots SELECT * FROM copilot.copilots"
|
"INSERT INTO copilot.newer_copilots SELECT * FROM copilot.copilots"
|
||||||
)
|
)
|
||||||
await db.execute("DROP TABLE IF EXISTS copilot.copilots")
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue