From b655226796b19d4b803c5cdbb362129524e6ad51 Mon Sep 17 00:00:00 2001 From: Chris Van Date: Tue, 9 Apr 2013 10:43:32 -0700 Subject: [PATCH] fix waffle-monolith-stats migration to add timestamps --- migrations/556-waffle-monolith-stats.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/556-waffle-monolith-stats.sql b/migrations/556-waffle-monolith-stats.sql index ae9d98ef097..f3d1af04528 100644 --- a/migrations/556-waffle-monolith-stats.sql +++ b/migrations/556-waffle-monolith-stats.sql @@ -1 +1 @@ -INSERT INTO waffle_switch_mkt (name, active) VALUES ('monolith-stats', 0); +INSERT INTO waffle_switch_mkt (name, active, created, modified) VALUES ('monolith-stats', 0, NOW(), NOW());