mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Remove DatabaseMigrationStateSchedule (#1689)
This commit is contained in:
parent
ae55e8f3bd
commit
a2fc56e108
11 changed files with 16206 additions and 16782 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue