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:
parent
5909424644
commit
a94608dff5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
Sharer
|
||||
ident ShrIdent
|
||||
name Text Maybe
|
||||
created UTCTime default=now()
|
||||
created UTCTime
|
||||
|
||||
UniqueSharer ident
|
||||
|
||||
|
|
Loading…
Reference in a new issue