make new event work, sort of

This commit is contained in:
Evan Prodromou
2011-03-09 02:48:14 -05:00
parent ca36dfecf9
commit 53e67b5ed5
3 changed files with 39 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ class EventPlugin extends MicroappPlugin
{
$schema = Schema::get();
$schema->ensureTable('event', Happening::schemaDef());
$schema->ensureTable('happening', Happening::schemaDef());
$schema->ensureTable('rsvp', RSVP::schemaDef());
return true;