All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m19s
4 lines
123 B
SQL
4 lines
123 B
SQL
ALTER TABLE users
|
|
DROP COLUMN IF EXISTS priorities_confirmed_year,
|
|
DROP COLUMN IF EXISTS priorities_confirmed_week;
|