Create LndHub accounts

This commit is contained in:
2021-11-19 20:10:36 -06:00
parent 088961dfec
commit f94227f9f3
12 changed files with 222 additions and 129 deletions

View File

@@ -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