Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13666 - (show annotations) (download) (as text)
Thu Jul 25 12:55:42 2019 UTC (4 years, 9 months ago) by niro
File MIME type: application/x-sh
File size: 153 byte(s)
-update database schema to version 13, added column enabled to cfg_fluxbox_autostart
1 update_to_database_schema_version_13()
2 {
3 TABLE_DEFINITION=(
4 "cfg_fluxbox_autostart"
5 "enabled tinyint(1) NOT NULL DEFAULT '1'"
6 )
7 sql_add_column
8 }