Merge branch 'stats'

This commit is contained in:
Benjamin Meichsner 2009-08-02 19:57:19 +02:00
commit 6659fe90f3
65 changed files with 393 additions and 324 deletions

View file

@ -1,13 +1,12 @@
# == Schema Information
# Schema version: 20090119155930
#
# Table name: invites
#
# id :integer not null, primary key
# id :integer(4) not null, primary key
# token :string(255) default(""), not null
# expires_at :datetime not null
# group_id :integer default(0), not null
# user_id :integer default(0), not null
# group_id :integer(4) default(0), not null
# user_id :integer(4) default(0), not null
# email :string(255) default(""), not null
#