first commit

This commit is contained in:
2025-08-28 23:55:15 -04:00
commit 00768d3aee
20 changed files with 1750 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
\set pguser `echo "$POSTGRES_USER"`
\c _supabase
create schema if not exists _analytics;
alter schema _analytics owner to :pguser;
\c postgres