mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Update strong-migrations-enabled migrations from 5.0 and 5.1 to 5.2 (#24275)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreateBackups < ActiveRecord::Migration[5.1]
|
||||
class CreateBackups < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :backups do |t|
|
||||
t.references :user, foreign_key: { on_delete: :nullify }
|
||||
|
||||
Reference in New Issue
Block a user