Added gerty migration for UTC offset col
This commit is contained in:
@@ -16,3 +16,11 @@ async def m001_initial(db):
|
||||
);
|
||||
"""
|
||||
)
|
||||
|
||||
async def m002_add_utc_offset_col(db):
|
||||
"""
|
||||
support for UTC offset
|
||||
"""
|
||||
await db.execute(
|
||||
"ALTER TABLE gerty.gertys ADD COLUMN utc_offset INT;"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user