Merge branch 'master' into payment-system

This commit is contained in:
DarkSky
2023-10-30 01:55:51 -05:00
committed by GitHub
148 changed files with 8869 additions and 3818 deletions
@@ -0,0 +1,9 @@
-- CreateTable
CREATE TABLE "_data_migrations" (
"id" VARCHAR(36) NOT NULL,
"name" VARCHAR NOT NULL,
"started_at" TIMESTAMPTZ(6) NOT NULL DEFAULT CURRENT_TIMESTAMP,
"finished_at" TIMESTAMPTZ(6),
CONSTRAINT "_data_migrations_pkey" PRIMARY KEY ("id")
);