mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-27 07:05:06 +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
|
||||
|
||||
|
||||
# Table book_contributors {
|
||||
# book_id int [ref: > books.id]
|
||||
# user_id int [ref: > users.id]
|
||||
# role contributors_role
|
||||
# }
|
||||
|
||||
|
||||
class BookContributor(BaseModel):
|
||||
__tablename__ = "book_contributors"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user