Changeset 1763
- Timestamp:
- 05/28/10 14:04:04 (3 years ago)
- Location:
- branches/1.3/install
- Files:
-
- 2 edited
-
install-upgrade.php (modified) (1 diff)
-
install_tables.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/install/install-upgrade.php
r1758 r1763 510 510 `site_id` int(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, 511 511 `site_adminuser_id` varchar(64) NULL, 512 `site_url` varchar(128) NOT NULL DEFAULT '', 512 513 `site_updatedts` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 513 514 `site_updateby` int(20) NOT NULL DEFAULT 0 -
branches/1.3/install/install_tables.php
r1750 r1763 50 50 `site_id` int(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, 51 51 `site_adminuser_id` varchar(64) NULL, 52 `site_url` varchar(128) NOT NULL DEFAULT '', 52 53 `site_updatedts` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 53 54 `site_updateby` int(20) NOT NULL DEFAULT 0
Note: See TracChangeset
for help on using the changeset viewer.