|
1. setting up MySQL and UPS, as explained in here https://aerogear.org/docs/unifiedpush/ups_userguide/server-installation/#_mysql_database 2. Deployed UPS 1.0.0.Final 3. Adding Application, Variant and one installation (containing a category) 4. shutting down WildFly
Next: running the mysql SQL script for migration, but that gives me this error:
ALTER TABLE `Installation_Category` ADD CONSTRAINT `FK9A83A563B9183AEF` FOREIGN KEY (`categories_id`) REFERENCES `Category` (`id`), ADD CONSTRAINT `FK9A83A563DC2D45CD` FOREIGN KEY (`Installation_id`) REFERENCES `Installation` (`id`) Error Code: 1005. Can't create table 'unifiedpush.#sql-166_7' (errno: 150) 0.033 sec
|
|