diff options
| author | francis <francis> | 2008-09-08 00:11:50 +0000 |
|---|---|---|
| committer | francis <francis> | 2008-09-08 00:11:50 +0000 |
| commit | 16737faa9044014a406e7361e1f00a504a84dc04 (patch) | |
| tree | 959bc531ae14c02f038a355d8bee293772778c45 /db/schema.rb | |
| parent | 2ba4ade9ca4729cb5bb976deb97633014e7e7bfe (diff) | |
When tracking a user make it track comments also
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 67a0b47b2..193e50378 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 64) do +ActiveRecord::Schema.define(:version => 65) do create_table "acts_as_xapian_jobs", :force => true do |t| t.string "model", :null => false |
