2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Allow adding a remote questionnaire (list only active remote questionnaires)

This commit is contained in:
Adam Zammit
2017-01-12 12:31:35 +11:00
parent 161f5a9135
commit 5d7c450622
3 changed files with 56 additions and 96 deletions

View File

@@ -1,3 +1,7 @@
ALTER TABLE `questionnaire` ADD `remote_id` INT NOT NULL ,
ADD INDEX ( `remote_id` ) ;
queXS 1.14.4 - Changes since 1.14.3
Fourth bug fix release.