Skip to content
Snippets Groups Projects
Commit 010628a1 authored by felmer's avatar felmer
Browse files

fixing integration tests: Fixing bug in migration-084-085.sql for screening

SVN: 26672
parent dbdd125f
No related branches found
No related tags found
No related merge requests found
-- mark screening core plugin as initialized for existing installation
--
insert into CORE_PLUGINS (ID, NAME, VERSION) values (1, 'screening', 1);
insert into CORE_PLUGINS (ID, NAME, VERSION) values (nextval('CORE_PLUGIN_ID_SEQ'), 'screening', 1);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment