All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.V0.5.4__init.sql Maven / Gradle / Ivy

insert into system_properties(key, value) values('inviteonly','true');

update system_properties set value='0.5.4' where key='version';

update folders_access set permissions='PERM_FORM_RESULTS' where permissions='PERM_CAN_VIEW';
update folders_access set permissions='PERM_FORM_ADMIN' where permissions='PERM_OWNER';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy