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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user