mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 04:09:46 +02:00
Add and use temp_history_id_sequence to avoid release error (#795)
This commit is contained in:
parent
d6d44d73ba
commit
baa59b1f55
7 changed files with 40 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
-- 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.
|
||||
create sequence history_id_sequence start 1 increment 50;
|
||||
create sequence temp_history_id_sequence start 1 increment 50;
|
||||
|
||||
create table "AllocationToken" (
|
||||
token text not null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue