summaryrefslogtreecommitdiff
path: root/db/migrate/20140525164346_create_subparticipants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140525164346_create_subparticipants.rb')
-rw-r--r--db/migrate/20140525164346_create_subparticipants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20140525164346_create_subparticipants.rb b/db/migrate/20140525164346_create_subparticipants.rb
index 6e2e49d..2b678e8 100644
--- a/db/migrate/20140525164346_create_subparticipants.rb
+++ b/db/migrate/20140525164346_create_subparticipants.rb
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Affero General Public
# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-class CreateSubparticipants < ActiveRecord::Migration
+class CreateSubparticipants < ActiveRecord::Migration[4.2]
def self.up
create_table :subparticipants do |t|
t.integer :participant_id