Show
Ignore:
Timestamp:
03/17/08 22:37:08 (2 years ago)
Author:
eevee
Message:

Fixed a minor db refactor problem with script/base_data.pl.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/base_data.sql

    r406 r419  
    11LOCK TABLES forums WRITE, group_permissions WRITE, groups WRITE, user_groups WRITE, users WRITE; 
    22 
    3 INSERT INTO forums (id, name, last_post_id, thread_count, post_count, flags, accessibility, blurb) 
     3INSERT INTO forums (id, name, last_post_id, thread_count, post_count, flags, accessibility, description) 
    44VALUES (1, 'News', NULL, 0, 0, '', 'normal', 'News and updates show up here.'); 
    55