diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-30 08:00:28 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-30 08:00:28 -0700 |
| commit | 5eebdb6942e7a5ae291ab41b8e3906add0953b42 (patch) | |
| tree | 40ff5a69f388cb2c38436254045083fe9298963b /db/migrate | |
| parent | c56a474faf41b403d38c92519a204019c979c80e (diff) | |
| parent | d0b0d98479e3f1bba2dbfebdab767ce99609923c (diff) | |
merge with master.
Diffstat (limited to 'db/migrate')
| -rw-r--r-- | db/migrate/20131229022014_drop_table_activities.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20131229022014_drop_table_activities.rb b/db/migrate/20131229022014_drop_table_activities.rb new file mode 100644 index 00000000..e0bf13eb --- /dev/null +++ b/db/migrate/20131229022014_drop_table_activities.rb @@ -0,0 +1,5 @@ +class DropTableActivities < ActiveRecord::Migration + def change + drop_table :activities + end +end |
