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

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

drop table client_form_logs;
drop table client_forms;
drop table user_clients;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy