feat: add initial

This commit is contained in:
node_data
2025-02-01 14:33:43 +00:00
commit 1b3f6693ac
24 changed files with 1170 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
CREATE DATABASE superset;
GRANT ALL PRIVILEGES ON DATABASE superset TO superset;