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 8485 by niro, Fri Feb 5 12:06:33 2016 UTC revision 8497 by niro, Fri Feb 5 13:48:23 2016 UTC
# Line 2  create_database_schema() Line 2  create_database_schema()
2  {  {
3   TABLE_DEFINITION=(   TABLE_DEFINITION=(
4   "meta"   "meta"
5   "version int(11) NOT NULL PRIMARY KEY"   "schema_version int(11) NOT NULL PRIMARY KEY"
6   )   )
7   sql_create_table   sql_create_table
8    

Legend:
Removed from v.8485  
changed lines
  Added in v.8497