Changeset 11373
- Timestamp:
- 07/28/07 12:45:06 (1 year ago)
- Files:
-
- trunk/midgard/data/midgard/empty.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/data/midgard/empty.sql
r9147 r11373 1 # MySQL dump 8.122 #3 # Host: localhost Database: midgard4 #--------------------------------------------------------5 # Server version 3.23.316 7 1 # 8 2 # Table structure for table 'article' … … 446 440 id int DEFAULT '0' NOT NULL, 447 441 type int DEFAULT '0' NOT NULL, 442 host int DEFAULT '0' NOT NULL, 448 443 page int DEFAULT '0' NOT NULL, 449 444 sitegroup int DEFAULT '0' NOT NULL, 450 445 style int DEFAULT '0' NOT NULL, 446 lang int DEFAULT '0' NOT NULL, 451 447 PRIMARY KEY (page,type,style,id) 452 448 );
