You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cats/database/update2.sql

6 lines
189 B
SQL

-- 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() );