mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-08 15:14:03 +00:00
6 lines
189 B
MySQL
6 lines
189 B
MySQL
|
-- alter learnprogress by one column
|
||
|
ALTER TABLE `answers` ADD `ref_a_id` int(11);
|
||
|
|
||
|
-- update schema version number
|
||
|
INSERT INTO `schema_version` (`version`, `when`) VALUES ('2', NOW() );
|