feat: add initial
This commit is contained in:
3
init/01-create-metabase-db.sql
Normal file
3
init/01-create-metabase-db.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE DATABASE superset;
|
||||
GRANT ALL PRIVILEGES ON DATABASE superset TO superset;
|
||||
|
Reference in New Issue
Block a user