Changeset 21512 for branches/version-2_12-dev/html
- Timestamp:
- 2012/02/15 19:38:35 (14 years ago)
- Location:
- branches/version-2_12-dev/html/install/sql
- Files:
-
- 2 edited
-
create_table_mysql.sql (modified) (1 diff)
-
create_table_pgsql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/install/sql/create_table_mysql.sql
r21502 r21512 1126 1126 compliant_version varchar(255), 1127 1127 plugin_description varchar(255), 1128 rankint NOT NULL DEFAULT 0,1128 priority int NOT NULL DEFAULT 0, 1129 1129 enable smallint NOT NULL DEFAULT 0, 1130 1130 create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, -
branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql
r21502 r21512 1126 1126 compliant_version text, 1127 1127 plugin_description text, 1128 rankint NOT NULL DEFAULT 0,1128 priority int NOT NULL DEFAULT 0, 1129 1129 enable smallint NOT NULL DEFAULT 0, 1130 1130 create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
Note: See TracChangeset
for help on using the changeset viewer.
