mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54: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
|
@declared_attr
|
||||||
def creator_id(self):
|
def creator_id(self):
|
||||||
return Column(Integer, ForeignKey("royals.uid"), nullable=False)
|
return Column(Integer, ForeignKey("royals.uid"))
|
||||||
|
|
||||||
@declared_attr
|
@declared_attr
|
||||||
def quoted_account_id(self):
|
def quoted_account_id(self):
|
||||||
|
|
Loading…
Reference in a new issue