db.mysql.V0.5.1__NotificationScript.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-web-starter Show documentation
Show all versions of java-web-starter Show documentation
A admin panel for all trigyn core apps
ALTER TABLE jq_generic_user_notification DROP COLUMN target_platform;
ALTER TABLE jq_generic_user_notification DROP COLUMN message_format;
ALTER TABLE jq_generic_user_notification ADD COLUMN display_once INT(11) DEFAULT 0;