Skip to content
Snippets Groups Projects
migration-084-085.sql 176 B
Newer Older
  • Learn to ignore specific revisions
  • -- mark screening core plugin as initialized for existing installation
    --
    
    insert into CORE_PLUGINS (ID, NAME, VERSION) values (nextval('CORE_PLUGIN_ID_SEQ'), 'screening', 1);