mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Make nullable in migration
This commit is contained in:
parent
7dc75d2fcf
commit
7977e78e3d
@ -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),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user