Archive old migrations (#426)
* Archive old migrations * Fix invalid placement of migrations
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- P5-3688 Create new user for datastudio
|
||||
|
||||
CREATE USER datastudio WITH PASSWORD 'secret';
|
||||
GRANT SELECT ON v_analytics_orders TO datastudio;
|
||||
GRANT USAGE ON SCHEMA public TO datastudio;
|
||||
|
||||
Reference in New Issue
Block a user