mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
This reverts commit 18d51738ce.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user