Skip to content

Commit

Permalink
Schema version UPDATE operation 3 to 4 is added to 0.09 to 1.00 updat…
Browse files Browse the repository at this point in the history
…e sql scripts

git-svn-id: https://phys12svn.jlab.org/repos/tags/ccdb_1.00@1908 c5ed4466-e916-0410-8347-b3263e9c103d
  • Loading branch information
DmitryRomanovTest committed May 14, 2014
1 parent 0796d4f commit 39712bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sql/update_0.09_1.00.mysql.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ALTER TABLE `ccdb`.`users` ADD COLUMN `isDeleted` TINYINT(1) NOT NULL DEFAULT 0 AFTER `info`;
UPDATE schemaVersions SET schemaVersion=4 WHERE id=1;

1 change: 1 addition & 0 deletions sql/update_0.09_1.00.sqlite.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ALTER TABLE users ADD COLUMN isDeleted TINYINT(1) NOT NULL DEFAULT 0;
UPDATE schemaVersions SET schemaVersion=4 WHERE id=1;

0 comments on commit 39712bc

Please sign in to comment.