All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m19s
4 lines
155 B
SQL
4 lines
155 B
SQL
ALTER TABLE users
|
|
ADD COLUMN priorities_confirmed_year INTEGER NOT NULL DEFAULT 0,
|
|
ADD COLUMN priorities_confirmed_week INTEGER NOT NULL DEFAULT 0;
|