Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Fix typo in migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Sep 14, 2011
1 parent aa84568 commit 1cf4df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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,
Expand Down

0 comments on commit 1cf4df2

Please sign in to comment.