1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 22:15:30 +00:00

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 a424030a65
commit abc240fc2d
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,