mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Update migration to accept null
This commit is contained in:
parent
9a5d3d19a6
commit
f7d7b2f7a0
@ -38,7 +38,7 @@ SQL = pw.SQL
|
|||||||
def migrate(migrator, database, fake=False, **kwargs):
|
def migrate(migrator, database, fake=False, **kwargs):
|
||||||
migrator.add_fields(
|
migrator.add_fields(
|
||||||
Event,
|
Event,
|
||||||
sub_label=pw.CharField(max_length=20, default=""),
|
sub_label=pw.CharField(max_length=20, null=True),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user