default data for the error and error_i18n tables

This commit is contained in:
david 2002-05-21 14:46:08 +00:00
parent 20138fdb81
commit 958a08535e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
INSERT INTO error (err_id) VALUES (1);
INSERT INTO error (err_id) VALUES (2);
INSERT INTO error_i18n (err_id, lang, err_name, err_desc) VALUES (1, 'EN', 'File not found', 'The source file does not exist in the Lampadas cvs cache.');
INSERT INTO error_i18n (err_id, lang, err_name, err_desc) VALUES (2, 'EN', 'File not writable', 'The source file exists, but is not writable.');