projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update bundle
[rails.git]
/
db
/
migrate
/
018_create_acls.rb
diff --git
a/db/migrate/018_create_acls.rb
b/db/migrate/018_create_acls.rb
index 0db06f30cba4978b8ee73ba23bacae8d8d7cc990..ce5b6d4cab35f002c0322391055478ac32ddf984 100644
(file)
--- a/
db/migrate/018_create_acls.rb
+++ b/
db/migrate/018_create_acls.rb
@@
-1,6
+1,4
@@
-require 'migrate'
-
-class CreateAcls < ActiveRecord::Migration
+class CreateAcls < ActiveRecord::Migration[4.2]
def self.up
create_table "acls", :id => false do |t|
t.column "id", :primary_key, :null => false