salix/db/versions/10953-redChico/06-srt.sql

4 lines
148 B
MySQL
Raw Normal View History

2024-03-15 10:49:33 +00:00
-- srt.config
ALTER TABLE srt.config MODIFY COLUMN id int(10) unsigned NOT NULL;
ALTER TABLE srt.config ADD CONSTRAINT config_check CHECK (id = 1);