Create LndHub accounts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddLndhubCredentialsToUser < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :users, :ln_login_ciphertext, :text
|
||||
add_column :users, :ln_password_ciphertext, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user