Replace go-migrate with morph (#19116)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c8198fbefe
Коммит
6595b31f23
5
db/migrations/postgres/000046_create_users.down.sql
Обычный файл
5
db/migrations/postgres/000046_create_users.down.sql
Обычный файл
@@ -0,0 +1,5 @@
|
||||
CREATE INDEX IF NOT EXISTS idx_users_email ON users (email);
|
||||
|
||||
ALTER TABLE users DROP COLUMN IF EXISTS remoteid;
|
||||
|
||||
DROP TABLE IF EXISTS users;
|
||||
Ссылка в новой задаче
Block a user