Fixing typo: notifiction->notification
This commit is contained in:
parent
e0713d9ccf
commit
f3c5d01199
@ -1220,7 +1220,7 @@ def datetime_to_utc(db):
|
|||||||
# Convert Notification
|
# Convert Notification
|
||||||
notification_table = inspect_table(metadata, "core__notifications")
|
notification_table = inspect_table(metadata, "core__notifications")
|
||||||
for notification in db.execute(notification_table.select()):
|
for notification in db.execute(notification_table.select()):
|
||||||
db.execute(notifiction_table.update().values(
|
db.execute(notification_table.update().values(
|
||||||
created=dt_to_utc(notification.created)
|
created=dt_to_utc(notification.created)
|
||||||
).where(notification_table.c.id==notification.id))
|
).where(notification_table.c.id==notification.id))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user