Remove DatabaseMigrationStateSchedule (#1689)

This commit is contained in:
Lai Jiang 2022-06-29 12:14:45 -04:00 committed by GitHub
parent 76d63b24a8
commit 18d51738ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16206 additions and 16782 deletions

View file

@ -242,12 +242,6 @@
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,