LDP/LDP/lampadas/database/defaults/error.sql

7 lines
380 B
SQL

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.');