./migrations/0728ba9_to_442d4e8.sql

This commit is contained in:
Orion Kindel 2023-07-17 14:15:51 -04:00
parent ec9d986b7d
commit 29cc29ebda
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

9
0728ba9_to_442d4e8.sql Normal file
View File

@ -0,0 +1,9 @@
create table "public"."migration" (
"from_revision" text not null,
"to_revision" text not null,
"performed_on" timestamp without time zone not null default now(),
"script" text not null
);