mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added sample sort code in CHANGELOG
This commit is contained in:
@@ -54,6 +54,7 @@ DROP TABLE `sessions2`;
|
||||
|
||||
/* Add sort order feature to questionnaire sample table */
|
||||
ALTER TABLE `questionnaire_sample` ADD `sort_order` INT( 11 ) NOT NULL DEFAULT '0';
|
||||
UPDATE `questionnaire_sample` SET sort_order = sample_import_id;
|
||||
|
||||
queXS 1.13.1 - Changes since 1.13.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user