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