summaryrefslogtreecommitdiff
path: root/db/migrate/20100406115338_create_ressources.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20100406115338_create_ressources.rb')
-rw-r--r--db/migrate/20100406115338_create_ressources.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20100406115338_create_ressources.rb b/db/migrate/20100406115338_create_ressources.rb
index 3e14de3..a945135 100644
--- a/db/migrate/20100406115338_create_ressources.rb
+++ b/db/migrate/20100406115338_create_ressources.rb
@@ -16,7 +16,7 @@
# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-class CreateRessources < ActiveRecord::Migration
+class CreateRessources < ActiveRecord::Migration[4.2]
def self.up
create_table :ressources do |t|
t.string :namespace, :ressource, :null => true, :default => nil