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

t.piezo-worker_2.13.2.2.2.source-code.run_me_first.sql Maven / Gradle / Ivy

The newest version!
#
# One time setup for the environment.
# Must be run by a DB user with the necessary permissions.
#

DROP DATABASE IF EXISTS jobs;
CREATE DATABASE jobs;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy