[MM-41756] Remove AcceptedServiceTermsId column (#19591)
* remove AcceptedServiceTermsId column * PR feedback * make migrations-bindata
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
02818bfe7c
Коммит
b87dc5afd1
1
db/migrations/postgres/000077_upgrade_users_v6.5.down.sql
Обычный файл
1
db/migrations/postgres/000077_upgrade_users_v6.5.down.sql
Обычный файл
@@ -0,0 +1 @@
|
||||
-- It is intentionally to not have rollback for removing AcceptedServiceTermsId column.
|
||||
1
db/migrations/postgres/000077_upgrade_users_v6.5.up.sql
Обычный файл
1
db/migrations/postgres/000077_upgrade_users_v6.5.up.sql
Обычный файл
@@ -0,0 +1 @@
|
||||
ALTER TABLE users DROP COLUMN IF EXISTS acceptedservicetermsid;
|
||||
Ссылка в новой задаче
Block a user