Changeset 419
- Timestamp:
- 03/17/08 22:37:08 (2 years ago)
- Files:
-
- 1 modified
-
veekun/trunk/script/base_data.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/script/base_data.sql
r406 r419 1 1 LOCK TABLES forums WRITE, group_permissions WRITE, groups WRITE, user_groups WRITE, users WRITE; 2 2 3 INSERT INTO forums (id, name, last_post_id, thread_count, post_count, flags, accessibility, blurb)3 INSERT INTO forums (id, name, last_post_id, thread_count, post_count, flags, accessibility, description) 4 4 VALUES (1, 'News', NULL, 0, 0, '', 'normal', 'News and updates show up here.'); 5 5
