Commit e28ff8f7 by lepdou

delta sql v060-v062

parent 4f4a43d5
# 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));
# 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));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment