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:
parent
5909424644
commit
a94608dff5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue