Skip to content
Snippets Groups Projects
Commit 2703f8fe authored by Sabine Schröder's avatar Sabine Schröder
Browse files

#3: forgot to import ForeignKey

parent e034d2a1
Branches
No related tags found
No related merge requests found
Pipeline #40001 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
class Organisation (Base) class Organisation (Base)
========================= =========================
""" """
from sqlalchemy import CheckConstraint, Column, Integer, String, Sequence from sqlalchemy import CheckConstraint, Column, Integer, String, Sequence, ForeignKey
from toardb.base import Base from toardb.base import Base
ORGANISATIONS_ID_SEQ = Sequence('organisations_id_seq') # define sequence explicitly ORGANISATIONS_ID_SEQ = Sequence('organisations_id_seq') # define sequence explicitly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment