migration hotfix (#16697)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b0bddeb5e6
Коммит
7de4864c66
@@ -966,7 +966,6 @@ func upgradeDatabaseToVersion532(sqlStore *SqlStore) {
|
||||
sqlStore.AlterColumnTypeIfExists("Posts", "FileIds", "text", "varchar(300)")
|
||||
sqlStore.CreateColumnIfNotExists("ThreadMemberships", "UnreadMentions", "bigint", "bigint", "0")
|
||||
sqlStore.CreateColumnIfNotExistsNoDefault("Channels", "Shared", "tinyint(1)", "boolean")
|
||||
sqlStore.CreateColumnIfNotExists("ThreadMemberships", "UnreadMentions", "bigint", "bigint", "0")
|
||||
// saveSchemaVersion(sqlStore, Version5320)
|
||||
// }
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user