Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20211027230348_add_remote_photo_path_to_account_migration.rb « migrate « db - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 291d88c9568af1b8b586ac215f73779ccf035f6b (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class AddRemotePhotoPathToAccountMigration < ActiveRecord::Migration[5.2]
  def change
    add_column :account_migrations, :remote_photo_path, :text
  end
end