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 9473 - (show annotations) (download) (as text)
Thu Apr 6 13:57:45 2017 UTC (7 years ago) by niro
File MIME type: application/x-sh
File size: 155 byte(s)
-fixed broken update
1 update_to_database_schema_version_11()
2 {
3 mysqldo "DROP TABLE ${MCORE_SQL_DB}.cfg_autostart;"
4 mysqldo "DROP TABLE ${MCORE_SQL_DB}.cfg_other_menuitems;"
5 }