1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-29 01:44:53 +09:00

Remove the last remaining default= from models file

Since defaults are specified in Form code that inserts new entities,
they already appear on the application side. So I'm going to try
managing them *only* in the application, and not have defaults in the DB
at all (maybe just temporarily when needed for schema migrations).
This commit is contained in:
fr33domlover 2016-08-20 17:32:27 +00:00
parent 5909424644
commit a94608dff5

View file

@ -19,7 +19,7 @@
Sharer Sharer
ident ShrIdent ident ShrIdent
name Text Maybe name Text Maybe
created UTCTime default=now() created UTCTime
UniqueSharer ident UniqueSharer ident