From 1cf4df2bf021b3d7e28fa06dff21b80648f98a3e Mon Sep 17 00:00:00 2001 From: Dave Dash Date: Tue, 13 Sep 2011 20:36:54 -0700 Subject: [PATCH] Fix typo in migration. --- migrations/03-invite.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/03-invite.sql b/migrations/03-invite.sql index ef38a13bf..579ad8e67 100644 --- a/migrations/03-invite.sql +++ b/migrations/03-invite.sql @@ -1,4 +1,4 @@ -DROP TABLE IF EXISTS invites; -- things we can do before we launch. +DROP TABLE IF EXISTS invite; -- things we can do before we launch. CREATE TABLE `invite` ( `id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY,