db.postgresql.migrate.4.6.1.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beangle-ems-core Show documentation
Show all versions of beangle-ems-core Show documentation
The Beangle EMS Application
create schema log;
alter table ems.log_business_logs set schema log;
alter table ems.log_session_events set schema log;
alter table log.log_business_logs rename to ems_business_logs;
alter table log.log_session_events rename to ems_session_events;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy