feat: web-arm add supabase
This commit is contained in:
parent
31ae2be273
commit
ab3b4a000e
15 changed files with 1336 additions and 59 deletions
5
hosts/web-arm/modules/supabase/sql/logs.sql
Normal file
5
hosts/web-arm/modules/supabase/sql/logs.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
\set pguser `echo "$POSTGRES_USER"`
|
||||
\c _supabase
|
||||
create schema if not exists _analytics;
|
||||
alter schema _analytics owner to :pguser;
|
||||
\c postgres
|
||||
Loading…
Add table
Add a link
Reference in a new issue