./migrations/0728ba9_to_442d4e8.sql
This commit is contained in:
parent
ec9d986b7d
commit
29cc29ebda
9
0728ba9_to_442d4e8.sql
Normal file
9
0728ba9_to_442d4e8.sql
Normal 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
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user