Get rid of db changes

This commit is contained in:
Alex Sherman 2020-09-30 13:06:59 +05:00
parent 0d716e110a
commit 94b8ffd158
2 changed files with 328 additions and 2555 deletions

View file

@ -1,10 +0,0 @@
class AddOmniauthFieldsToUser < ActiveRecord::Migration[6.0]
disable_ddl_transaction!
def change
add_column :users, :provider, :string
add_column :users, :uid, :string
add_index :users, [:provider, :uid], algorithm: :concurrently,
unique: true
end
end

File diff suppressed because it is too large Load diff