Patch #36770 ยป fix_irreversible_migration_exception_class.patch
db/migrate/041_rename_comment_to_comments.rb | ||
---|---|---|
8 | 8 |
end |
9 | 9 | |
10 | 10 |
def self.down |
11 |
raise IrreversibleMigration |
|
11 |
raise ActiveRecord::IrreversibleMigration
|
|
12 | 12 |
end |
13 | 13 |
end |
db/migrate/044_set_language_length_to_five.rb | ||
---|---|---|
4 | 4 |
end |
5 | 5 | |
6 | 6 |
def self.down |
7 |
raise IrreversibleMigration |
|
7 |
raise ActiveRecord::IrreversibleMigration
|
|
8 | 8 |
end |
9 | 9 |
end |
db/migrate/048_allow_null_version_effective_date.rb | ||
---|---|---|
4 | 4 |
end |
5 | 5 | |
6 | 6 |
def self.down |
7 |
raise IrreversibleMigration |
|
7 |
raise ActiveRecord::IrreversibleMigration
|
|
8 | 8 |
end |
9 | 9 |
end |
db/migrate/064_drop_permissions.rb | ||
---|---|---|
5 | 5 |
end |
6 | 6 | |
7 | 7 |
def self.down |
8 |
raise IrreversibleMigration |
|
8 |
raise ActiveRecord::IrreversibleMigration
|
|
9 | 9 |
end |
10 | 10 |
end |
db/migrate/077_remove_issue_statuses_html_color.rb | ||
---|---|---|
4 | 4 |
end |
5 | 5 | |
6 | 6 |
def self.down |
7 |
raise IrreversibleMigration |
|
7 |
raise ActiveRecord::IrreversibleMigration
|
|
8 | 8 |
end |
9 | 9 |
end |
db/migrate/20090503121510_drop_members_role_id.rb | ||
---|---|---|
4 | 4 |
end |
5 | 5 | |
6 | 6 |
def self.down |
7 |
raise IrreversibleMigration |
|
7 |
raise ActiveRecord::IrreversibleMigration
|
|
8 | 8 |
end |
9 | 9 |
end |