Replace go-migrate with morph (#19116)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c8198fbefe
Коммит
6595b31f23
6
db/migrations/postgres/000048_create_oauth_apps.down.sql
Обычный файл
6
db/migrations/postgres/000048_create_oauth_apps.down.sql
Обычный файл
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE oauthapps DROP COLUMN IF EXISTS iconurl;
|
||||
ALTER TABLE oauthapps DROP COLUMN IF EXISTS istrusted;
|
||||
|
||||
DROP INDEX IF EXISTS idx_oauthapps_creator_id;
|
||||
|
||||
DROP TABLE IF EXISTS oauthapps;
|
||||
Ссылка в новой задаче
Block a user