summaryrefslogtreecommitdiff
path: root/db/migrate/20110103143940_remove_xecsreceivercommunities_from_message.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20110103143940_remove_xecsreceivercommunities_from_message.rb')
-rw-r--r--db/migrate/20110103143940_remove_xecsreceivercommunities_from_message.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20110103143940_remove_xecsreceivercommunities_from_message.rb b/db/migrate/20110103143940_remove_xecsreceivercommunities_from_message.rb
index 5144181..1832998 100644
--- a/db/migrate/20110103143940_remove_xecsreceivercommunities_from_message.rb
+++ b/db/migrate/20110103143940_remove_xecsreceivercommunities_from_message.rb
@@ -16,7 +16,7 @@
# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-class RemoveXecsreceivercommunitiesFromMessage < ActiveRecord::Migration
+class RemoveXecsreceivercommunitiesFromMessage < ActiveRecord::Migration[4.2]
def self.up
remove_column :messages, :x_ecs_receiver_communities
end