mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Make nullable in migration
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(default=None),
|
||||
sub_label=pw.CharField(default=None, null=True),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user