- Timestamp:
- 2007/11/03 00:51:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/sql/create_table_pgsql.sql
r16546 r16664 1181 1181 ); 1182 1182 1183 CREATE TABLE mtb_ownersstore_err ( 1184 id text, 1185 name text, 1186 rank int2 NOT NULL DEFAULT 0, 1187 PRIMARY KEY (id) 1188 ); 1189 1183 1190 CREATE TABLE mtb_constants ( 1184 1191 id text, … … 1188 1195 PRIMARY KEY (id) 1189 1196 ); 1190
Note: See TracChangeset
for help on using the changeset viewer.