Skip to content

Commit

Permalink
Add an alter table statement as a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Jun 29, 2015
1 parent b907a24 commit e865181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/mdr2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ CREATE TABLE production (
AUTO_INCREMENT = 20000;

-- CREATE INDEX production_state_index ON production (state);
-- ALTER TABLE production ADD COLUMN library_record_id INTEGER UNIQUE AFTER library_signature;

CREATE TABLE user (
id VARCHAR(32) PRIMARY KEY,
Expand Down

0 comments on commit e865181

Please sign in to comment.