Skip to content

Commit

Permalink
delta sql v060-v062
Browse files Browse the repository at this point in the history
  • Loading branch information
lepdou committed Mar 9, 2017
1 parent 4f4a43d commit e28ff8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/sql/delta/v060-v062/apolloconfigdb-v060-v062.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# delta schema to upgrade apollo config db from v0.6.0 to v0.6.2

Use ApolloConfigDB;

ALTER TABLE `App` DROP INDEX `NAME`;
CREATE INDEX `IX_NAME` ON App (`Name`(191));
6 changes: 6 additions & 0 deletions scripts/sql/delta/v060-v062/apolloportaldb-v060-v062.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# delta schema to upgrade apollo config db from v0.6.0 to v0.6.2

Use ApolloPortalDB;

ALTER TABLE `App` DROP INDEX `NAME`;
CREATE INDEX `IX_NAME` ON App (`Name`(191));

0 comments on commit e28ff8f

Please sign in to comment.