Skip to content

Commit

Permalink
Revert "Create unused sequences manually on the tests."
Browse files Browse the repository at this point in the history
This reverts commit 77a663b.
  • Loading branch information
marcospri committed Sep 19, 2023
1 parent b135ef7 commit 32ddb38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions h/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def init(engine, base=Base, should_create=False, should_drop=False, authority=No
# extension.
engine.execute('CREATE EXTENSION IF NOT EXISTS "uuid-ossp";')
base.metadata.create_all(engine)
# Create sequences not used explicitly in a column here
engine.execute("CREATE SEQUENCE IF NOT EXISTS annotation_id_seq;")

default_org = _maybe_create_default_organization(engine, authority)
_maybe_create_world_group(engine, authority, default_org)
Expand Down

0 comments on commit 32ddb38

Please sign in to comment.