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 f4fb0799d35eac726c695052429ee6f78f1c8a3c..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[5.0]
+class CreateAcls < ActiveRecord::Migration[4.2]
def self.up
create_table "acls", :id => false do |t|
t.column "id", :primary_key, :null => false