Skip to content

Commit e28ff8f

Browse files
committed
delta sql v060-v062
1 parent 4f4a43d commit e28ff8f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# delta schema to upgrade apollo config db from v0.6.0 to v0.6.2
2+
3+
Use ApolloConfigDB;
4+
5+
ALTER TABLE `App` DROP INDEX `NAME`;
6+
CREATE INDEX `IX_NAME` ON App (`Name`(191));
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# delta schema to upgrade apollo config db from v0.6.0 to v0.6.2
2+
3+
Use ApolloPortalDB;
4+
5+
ALTER TABLE `App` DROP INDEX `NAME`;
6+
CREATE INDEX `IX_NAME` ON App (`Name`(191));

0 commit comments

Comments
 (0)