1
Fork 0
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:
Steffo 2019-05-19 03:25:32 +02:00
parent 4d13ef47f5
commit cdad79860f

View file

@ -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):