summaryrefslogtreecommitdiff
path: root/db/migrate/20101220150806_add_community_selfrouting_to_participants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20101220150806_add_community_selfrouting_to_participants.rb')
-rw-r--r--db/migrate/20101220150806_add_community_selfrouting_to_participants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20101220150806_add_community_selfrouting_to_participants.rb b/db/migrate/20101220150806_add_community_selfrouting_to_participants.rb
index 53ec402..8599f90 100644
--- a/db/migrate/20101220150806_add_community_selfrouting_to_participants.rb
+++ b/db/migrate/20101220150806_add_community_selfrouting_to_participants.rb
@@ -16,7 +16,7 @@
# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-class AddCommunitySelfroutingToParticipants < ActiveRecord::Migration
+class AddCommunitySelfroutingToParticipants < ActiveRecord::Migration[4.2]
def self.up
add_column :participants, :community_selfrouting, :boolean, :default => false
end