Files

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

3 lines
156 B
SQL
Raw Permalink Normal View History

2016-07-17 20:35:50 +01:00
ALTER TABLE `bill_port_counters` ADD `bill_id` INT NOT NULL ;
ALTER TABLE `bill_port_counters` DROP PRIMARY KEY, ADD PRIMARY KEY ( `port_id` , `bill_id` );