Changeset 73

Show
Ignore:
Timestamp:
03/30/07 04:30:40 (3 years ago)
Author:
latiass
Message:

Base_data.sql didn't actually work; error said "Field 'signature' doesn't have a default value"; this was easily fixed, but I figured it should be fixed.

Files:
1 modified

Legend:

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

    r41 r73  
    1515       (1, 1, 1); 
    1616 
    17 INSERT INTO users (id, name, password, joindate) 
    18 VALUES (1, 'admin', '5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8', UNIX_TIMESTAMP()); 
     17INSERT INTO users (id, name, password, joindate, signature) 
     18VALUES (1, 'admin', '5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8', UNIX_TIMESTAMP(), 'Default signature'); 
    1919 
    2020UNLOCK TABLES;