Fix exception on uploading a level with no labels

This commit is contained in:
jvyden 2021-10-14 19:01:48 -04:00
commit b18612642b
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

1
DatabaseMigrations/5.sql Normal file
View file

@ -0,0 +1 @@
ALTER TABLE Slots MODIFY AuthorLabels TEXT NULL;