addons-server/migrations/692-rating-descs-fix.sql

4 строки
138 B
SQL

ALTER TABLE webapps_rating_descriptors
ADD COLUMN `has_classind_nudity` bool NOT NULL,
DROP COLUMN `has_classind_sexual_content`;