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 13669 by niro, Thu Jul 25 12:55:42 2019 UTC revision 13670 by niro, Thu Jul 25 14:21:41 2019 UTC
# Line 154  create_database_schema() Line 154  create_database_schema()
154   "screensaver varchar(255) NOT NULL"   "screensaver varchar(255) NOT NULL"
155   "timeout int(11) DEFAULT '10'"   "timeout int(11) DEFAULT '10'"
156   "password varchar(255) DEFAULT NULL"   "password varchar(255) DEFAULT NULL"
157     "dpms tinyint(1) NOT NULL DEFAULT '1'"
158   )   )
159   sql_create_table   sql_create_table
160    

Legend:
Removed from v.13669  
changed lines
  Added in v.13670