forked from science-ation/science-ation
5 lines
458 B
SQL
5 lines
458 B
SQL
INSERT INTO `cms` (`id`, `name`, `type`, `head`,`desc`,`text`, `language`, `use`) VALUES
|
|
(NULL, 'student_payment_page', 'pagetext', 'Page: Student Payment', 'The text on the student payment page. The payment page contains a breakdown and total of the fees due for the student, and the student registration ID' ,
|
|
'The payment information is shown below. Please include your Registration ID on the cheque.', 'en', 1);
|
|
ALTER TABLE `emails` DROP `bodyhtml`
|