fix sqlite region migrations

This commit is contained in:
UbitUmarov
2020-06-25 17:44:23 +01:00
parent 73754670ca
commit e2ffc17d1f
2 changed files with 4 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ CREATE TABLE IF NOT EXISTS land(
`MediaType` VARCHAR(32) NOT NULL DEFAULT 'none/none',
`MediaDescription` VARCHAR(255) NOT NULL DEFAULT '',
`MediaSize` VARCHAR(16) NOT NULL DEFAULT '0,0',
MediaLoop` BOOLEAN NOT NULL DEFAULT FALSE,
`MediaLoop` BOOLEAN NOT NULL DEFAULT FALSE,
`ObscureMusic` BOOLEAN NOT NULL DEFAULT FALSE,
`ObscureMedia` BOOLEAN NOT NULL DEFAULT FALSE);