Merge branch 'dev' into cockroach-db

This commit is contained in:
Sammy-T 2022-11-01 13:29:04 -04:00
commit f40a20f7e3
63 changed files with 2194 additions and 1132 deletions

View file

@ -1,3 +1,5 @@
-- CreateExtension
CREATE EXTENSION IF NOT EXISTS pgcrypto;
-- AlterTable
ALTER TABLE "account" ADD COLUMN "account_uuid" UUID NULL;