Changeset 2476 for trunk/install/dbschema.sql
- Timestamp:
- 18/08/08 19:19:53 (3 months ago)
- Files:
-
- trunk/install/dbschema.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/dbschema.sql
r2428 r2476 886 886 `debug_mail` tinyint(1) default '0', 887 887 `main` tinyint(1) default '0', 888 `phpeace_server` varchar(50) default 'http:// distrib.phpeace.org',888 `phpeace_server` varchar(50) default 'http://updates.phpeace.org', 889 889 `log_users` tinyint(1) default '1', 890 890 `log_banners` tinyint(1) default '1', … … 1885 1885 `show_path` tinyint(1) default '0', 1886 1886 `articles_per_page` smallint(3) default '10', 1887 `open` tinyint(1) default '0',1888 1887 `visible` tinyint(1) default '0', 1889 1888 `newsletter` tinyint(1) default '0',
