Revert "Remove DatabaseMigrationStateSchedule (#1689)" (#1698)

This reverts commit 18d51738ce.
This commit is contained in:
gbrodman 2022-07-01 17:25:13 -04:00 committed by GitHub
parent af63b63477
commit f4e37a37b4
11 changed files with 16782 additions and 16206 deletions

View file

@ -242,6 +242,12 @@
primary key (scope, type)
);
create table "DatabaseMigrationStateSchedule" (
id int8 not null,
migration_transitions hstore,
primary key (id)
);
create table "DelegationSignerData" (
algorithm int4 not null,
digest bytea not null,