Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8521 - (show annotations) (download) (as text)
Mon Feb 8 09:55:53 2016 UTC (8 years, 2 months ago) by niro
File MIME type: application/x-sh
File size: 249 byte(s)
-updated to database schema version 5 and values version 3
1 update_to_database_schema_version_5()
2 {
3 TABLE_DEFINITION=(
4 "values_network_wireless_bitrate"
5 "id int(11) NOT NULL PRIMARY KEY AUTO_INCREMENT"
6 "value varchar(255) NOT NULL"
7 "enabled tinyint(1) NOT NULL DEFAULT '1'"
8 )
9 sql_create_table
10 }