This commit is contained in:
parent
c8b65de7f6
commit
dfb12b8f62
@ -0,0 +1,5 @@
|
|||||||
|
class RemoveLnLoginCiphertextFromUsers < ActiveRecord::Migration[7.0]
|
||||||
|
def change
|
||||||
|
remove_column :users, :ln_login_ciphertext
|
||||||
|
end
|
||||||
|
end
|
@ -1,5 +0,0 @@
|
|||||||
class RemoveLnLoginFromUsers < ActiveRecord::Migration[7.0]
|
|
||||||
def change
|
|
||||||
remove_column :users, :ln_login_cyphertext
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
x
Reference in New Issue
Block a user