Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit b74d82e

Browse files
schenedxSimon Chen
andauthored
fix: create reports_v1 db as well for analytics-data-api service (#892)
Co-authored-by: Simon Chen <schen@edX-C02FW0GUML85.local>
1 parent 0ee0911 commit b74d82e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

provision.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ GRANT ALL ON `analytics-api`.* TO 'analytics001'@'%' IDENTIFIED BY 'password';
3030
CREATE DATABASE IF NOT EXISTS `reports`;
3131
GRANT ALL ON `reports`.* TO 'analytics001'@'%' IDENTIFIED BY 'password';
3232

33+
CREATE DATABASE IF NOT EXISTS `reports_v1`;
34+
GRANT ALL ON `reports_v1`.* TO 'analytics001'@'%' IDENTIFIED BY 'password';
35+
3336

3437
FLUSH PRIVILEGES;

0 commit comments

Comments
 (0)