Upgrade schema for pinned posts. (#5747)

Этот коммит содержится в:
George Goldberg
2017-03-13 16:52:18 +00:00
коммит произвёл Joram Wilander
родитель 59d06b5c56
Коммит 3ada7a41a7

Просмотреть файл

@@ -247,6 +247,9 @@ func UpgradeDatabaseToVersion38(sqlStore *SqlStore) {
// TODO: Uncomment following condition when version 3.8.0 is released
// if shouldPerformUpgrade(sqlStore, VERSION_3_7_0, VERSION_3_8_0) {
// Add the IsPinned column to posts.
sqlStore.CreateColumnIfNotExists("Posts", "IsPinned", "boolean", "boolean", "0")
// saveSchemaVersion(sqlStore, VERSION_3_8_0)
// }
}