apolloportaldb-v060-v062.sql 169 Bytes
Newer Older
1
# delta schema to upgrade apollo portal db from v0.6.0 to v0.6.2
lepdou committed
2 3 4 5 6

Use ApolloPortalDB;

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