Magellan Linux

Contents of /alx-src/branches/alx-web-070/scripts/sql-schema/include/update_to_database_schema_version_11.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9469 - (show annotations) (download) (as text)
Thu Apr 6 13:34:54 2017 UTC (7 years ago) by niro
File MIME type: application/x-sh
File size: 198 byte(s)
-updated schema to version 11
1 update_to_database_schema_version_11()
2 {
3 mysqldo "RENAME TABLE ${MCORE_SQL_DB}.cfg_autostart TO ${MCORE_SQL_DB}.cfg_fluxbox_autostart;"
4 mysqldo "DROP TABLE ${MCORE_SQL_DB}.cfg_other_menuitems;"
5 }