remove comments

This commit is contained in:
SvyatoslavArtymovych 2023-04-21 17:19:28 +03:00
parent 3638ad3108
commit 9109ab3283
1 changed files with 0 additions and 7 deletions

View File

@ -4,13 +4,6 @@ from app import db
from app.models.utils import BaseModel from app.models.utils import BaseModel
# Table book_contributors {
# book_id int [ref: > books.id]
# user_id int [ref: > users.id]
# role contributors_role
# }
class BookContributor(BaseModel): class BookContributor(BaseModel):
__tablename__ = "book_contributors" __tablename__ = "book_contributors"