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

Added optimisations to database structure

This commit is contained in:
Adam Zammit
2017-03-21 14:05:51 +11:00
parent 4febd4e384
commit 3e6f2e1759
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
INSERT INTO `sample_var_type` (`type`, `description`, `table`) VALUES(9, 'Token', '');
ALTER TABLE `sample_import_var_restrict` ADD INDEX ( `var` ) ;
ALTER TABLE `sample_import_var_restrict` ADD INDEX ( `sample_import_id` ) ;
queXS 1.14.4 - Changes since 1.14.3