added availability

This commit is contained in:
2026-05-01 18:24:09 -04:00
parent ed7cae1acd
commit 036512f590
22 changed files with 8313 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
-- Runs once on first container start (POSTGRES_DB = touchbase_dev already exists).
CREATE DATABASE touchbase_test OWNER touchbase;
\connect touchbase_dev
CREATE EXTENSION IF NOT EXISTS btree_gist;
CREATE EXTENSION IF NOT EXISTS pgcrypto;
\connect touchbase_test
CREATE EXTENSION IF NOT EXISTS btree_gist;
CREATE EXTENSION IF NOT EXISTS pgcrypto;