mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Get rid of db changes
This commit is contained in:
parent
0d716e110a
commit
94b8ffd158
2 changed files with 328 additions and 2555 deletions
|
@ -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
|
2873
db/structure.sql
2873
db/structure.sql
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue