mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-03 04:34:04 +00:00
Added column to database table answers
This commit is contained in:
parent
2ba6d93dde
commit
50a93d7d97
1 changed files with 5 additions and 0 deletions
5
database/update2.sql
Normal file
5
database/update2.sql
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
-- 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() );
|
Loading…
Reference in a new issue