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