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
ident ShrIdent
name Text Maybe
created UTCTime default=now()
created UTCTime
UniqueSharer ident