summaryrefslogtreecommitdiff
path: root/db/migrate/20100121210405_create_organizations.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20100121210405_create_organizations.rb')
-rw-r--r--db/migrate/20100121210405_create_organizations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20100121210405_create_organizations.rb b/db/migrate/20100121210405_create_organizations.rb
index 515c2b1..4009e33 100644
--- a/db/migrate/20100121210405_create_organizations.rb
+++ b/db/migrate/20100121210405_create_organizations.rb
@@ -16,7 +16,7 @@
# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-class CreateOrganizations < ActiveRecord::Migration
+class CreateOrganizations < ActiveRecord::Migration[4.2]
def self.up
create_table :organizations do |t|
t.string :name