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
|
||||
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2020_12_19_121808) do
|
||||
ActiveRecord::Schema.define(version: 2021_11_20_010540) do
|
||||
|
||||
create_table "donations", force: :cascade do |t|
|
||||
t.integer "user_id"
|
||||
@@ -45,6 +45,8 @@ ActiveRecord::Schema.define(version: 2020_12_19_121808) do
|
||||
t.datetime "confirmed_at"
|
||||
t.datetime "confirmation_sent_at"
|
||||
t.string "unconfirmed_email"
|
||||
t.text "ln_login_ciphertext"
|
||||
t.text "ln_password_ciphertext"
|
||||
t.index ["email"], name: "index_users_on_email", unique: true
|
||||
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user