Add Drone CI

This commit is contained in:
arberkatellari
2023-09-01 11:22:23 -04:00
committed by Dan Christian Bogos
parent 870b6e87ae
commit 05ede32f0f
28 changed files with 3476 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
--
-- extra DB for ees and ers
DROP DATABASE IF EXISTS cgrates2;
CREATE DATABASE cgrates2;
GRANT ALL on cgrates2.* TO 'cgrates'@'localhost' IDENTIFIED BY 'CGRateS.org';