mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update diario schema
This commit is contained in:
parent
4d13ef47f5
commit
cdad79860f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Diario:
|
|||
|
||||
@declared_attr
|
||||
def creator_id(self):
|
||||
return Column(Integer, ForeignKey("royals.uid"), nullable=False)
|
||||
return Column(Integer, ForeignKey("royals.uid"))
|
||||
|
||||
@declared_attr
|
||||
def quoted_account_id(self):
|
||||
|
|
Loading…
Reference in a new issue