mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-16 08:05:22 +03:00
implement rollback
This commit is contained in:
parent
13dada9154
commit
abfdba4341
@ -33,4 +33,4 @@ def migrate(migrator, database, fake=False, **kwargs):
|
|||||||
|
|
||||||
|
|
||||||
def rollback(migrator, database, fake=False, **kwargs):
|
def rollback(migrator, database, fake=False, **kwargs):
|
||||||
pass
|
migrator.sql('DROP INDEX IF EXISTS "event_label_start_time"')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user