Remove ColMap (#19544)
Now that gorp is gone, this is no longer required. ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
90245d4679
Коммит
56e889a3fc
@@ -686,7 +686,7 @@ func TestReplicaLagQuery(t *testing.T) {
|
||||
|
||||
store.initConnection()
|
||||
store.stores.post = newSqlPostStore(store, mockMetrics)
|
||||
err := store.GetMaster().CreateTablesIfNotExists()
|
||||
err := store.migrate(migrationsDirectionUp)
|
||||
require.NoError(t, err)
|
||||
|
||||
defer store.Close()
|
||||
|
||||
Ссылка в новой задаче
Block a user