From a94608dff561ca89e3060af8947233b05824ee24 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sat, 20 Aug 2016 17:32:27 +0000 Subject: [PATCH] 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). --- config/models | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/models b/config/models index 93f65fc..7346f03 100644 --- a/config/models +++ b/config/models @@ -19,7 +19,7 @@ Sharer ident ShrIdent name Text Maybe - created UTCTime default=now() + created UTCTime UniqueSharer ident