Skip to content

Commit

Permalink
refact: update to SQLAlchemy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Apr 12, 2024
1 parent 4f31d2b commit 3e7fd2a
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 239 deletions.
2 changes: 1 addition & 1 deletion chord_drs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flask import current_app
from hashlib import sha256
from pathlib import Path
from sqlalchemy import Column, DateTime, ForeignKey, Integer, String
from sqlalchemy import Boolean, Column, DateTime, ForeignKey, Integer, String
from sqlalchemy.sql import func
from sqlalchemy.orm import declarative_base, relationship
from werkzeug.utils import secure_filename
Expand Down
Loading

0 comments on commit 3e7fd2a

Please sign in to comment.