This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user