discourse-akismet/.gitignore
Robin Ward 44a4511bd4 FIX: Inconsistent table rename broke the plugin
It looks like `akismet_data_fields` was renamed to `akismet_spam_data`
but no migration was present for this. Additionally, the filename was
still `akisment_data_fields.rb` which caused the plugin the break.

This commit adds a migration to rename the table and renames the ruby
file so the model can be found.
2015-01-21 15:09:23 -05:00

9 lines
145 B
Text

.bundle/
log/*.log
pkg/
test/dummy/db/*.sqlite3
test/dummy/db/*.sqlite3-journal
test/dummy/log/*.log
test/dummy/tmp/
test/dummy/.sass-cache
gems