You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-boardvoting/internal/migrations/2022052601_drop_unused_deci...

4 lines
150 B
SQL

-- drop unused columns majority and quorum from decisions table
ALTER TABLE decisions DROP COLUMN quorum;
ALTER TABLE decisions DROP COLUMN majority;