Removed unnecesary case from create_ers_db.sql in data

This commit is contained in:
andronache
2021-06-23 16:29:31 +03:00
committed by Dan Christian Bogos
parent b5a2d677dc
commit 60ce0ae6fb

View File

@@ -1,13 +1,5 @@
--
-- Sample db and users creation. Replace here with your own details
--
DROP DATABASE IF EXISTS cgrates;
CREATE DATABASE cgrates;
GRANT ALL on cgrates.* TO 'cgrates'@'localhost' IDENTIFIED BY 'CGRateS.org';
-- extra DB for ees and ers
DROP DATABASE IF EXISTS cgrates2;
CREATE DATABASE cgrates2;