mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
Undo 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(default=None, null=True),
|
||||
sub_label=pw.CharField(max_length=20, default=""),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user