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

Updated translations (Thank you!)

Added AUTO_INCREMENT to outcome table in main SQL
This commit is contained in:
Adam Zammit
2015-12-16 12:21:12 +11:00
parent efea95b42d
commit 79dc700341
44 changed files with 75053 additions and 75705 deletions

View File

@@ -1059,7 +1059,7 @@ CREATE TABLE `outcome` (
`permanent` TINYINT(1) UNSIGNED NOT NULL COMMENT 'Permanent outcome, used for all questionnaires, not possible to de-select',
PRIMARY KEY (`outcome_id`),
KEY `calc` (`calc`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=100;
--
-- Dumping data for table `outcome`