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 9462 by niro, Thu Apr 6 12:51:30 2017 UTC revision 9463 by niro, Thu Apr 6 12:53:35 2017 UTC
# Line 447  create_database_schema() Line 447  create_database_schema()
447   "enabled tinyint(1) NOT NULL DEFAULT '1'"   "enabled tinyint(1) NOT NULL DEFAULT '1'"
448   )   )
449   sql_create_table   sql_create_table
450    
451     TABLE_DEFINITION=(
452     "client_boot"
453     "serial int(255) NOT NULL PRIMARY KEY"
454     "cmdline varchar(255) DEFAULT NULL"
455     )
456     sql_create_table
457  }  }

Legend:
Removed from v.9462  
changed lines
  Added in v.9463