Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15316 - (show annotations) (download) (as text)
Fri Aug 14 08:53:06 2020 UTC (3 years, 8 months ago) by niro
File MIME type: application/x-sh
File size: 162 byte(s)
-updated database schema to version 17: added bootsubdir to honor variable boot image support
1 update_to_database_schema_version_17()
2 {
3 TABLE_DEFINITION=(
4 "client_locations"
5 "bootsubdir varchar(255) DEFAULT NULL AFTER bootserver"
6 )
7 sql_add_column
8 }