db/0728ba9_to_442d4e8.sql
2023-07-17 14:15:51 -04:00

10 lines
208 B
SQL

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
);