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
@@ -1,15 +0,0 @@
-- Copyright 2021 The Nomulus Authors. All Rights Reserved.
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
DROP TABLE IF EXISTS "DatabaseMigrationStateSchedule" CASCADE;