Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
160 B
SQL
Raw Permalink Normal View History

2016-03-15 22:16:08 +10:00
ALTER TABLE `services` ADD `service_ds` VARCHAR(255) NOT NULL COMMENT 'Data Sources available for this service';
ALTER TABLE `services` DROP `service_checked`;