mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-17 09:16:36 +00:00
remove comments
This commit is contained in:
parent
3638ad3108
commit
9109ab3283
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user