projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'openstreetmap/pull/903'
[rails.git]
/
db
/
migrate
/
022_key_constraints.rb
diff --git
a/db/migrate/022_key_constraints.rb
b/db/migrate/022_key_constraints.rb
index e854ba78e0dd6075f9404c0075ad5fa746abe240..aa4c496c9f2dd765a6533cf9cca42f4bc00e1916 100644
(file)
--- a/
db/migrate/022_key_constraints.rb
+++ b/
db/migrate/022_key_constraints.rb
@@
-1,4
+1,4
@@
-require
'migrate'
+require
"migrate"
class KeyConstraints < ActiveRecord::Migration
def self.up
@@
-47,6
+47,6
@@
class KeyConstraints < ActiveRecord::Migration
end
def self.down
-
raise
ActiveRecord::IrreversibleMigration
+
fail
ActiveRecord::IrreversibleMigration
end
end