Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8547 by niro, Mon Feb 8 09:55:53 2016 UTC revision 8548 by niro, Mon Feb 8 13:10:52 2016 UTC
# Line 255  create_database_schema() Line 255  create_database_schema()
255   sql_create_table   sql_create_table
256    
257   TABLE_DEFINITION=(   TABLE_DEFINITION=(
258   "client_location"   "client_locations"
259   "location varchar(255) NOT NULL PRIMARY KEY"   "location varchar(255) NOT NULL PRIMARY KEY"
260   "controlserver varchar(255) NOT NULL"   "controlserver varchar(255) NOT NULL"
261   "pxe_default_entry varchar(255) NOT NULL"   "pxe_default_entry varchar(255) NOT NULL"

Legend:
Removed from v.8547  
changed lines
  Added in v.8548