Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fix waffle-monolith-stats migration to add timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Apr 9, 2013
1 parent f74f1a8 commit b655226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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());

0 comments on commit b655226

Please sign in to comment.