Remove ln_login from users
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Not needed anymore, removing in favor of unencrypted `ln_account`.
This commit is contained in:
Râu Cao
2023-02-23 20:13:08 +08:00
parent 84337c3a7d
commit 3c2fe7c15d
8 changed files with 12 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
class RemoveLnLoginFromUsers < ActiveRecord::Migration[7.0]
def change
remove_column :users, :ln_login_cyphertext
end
end

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_02_17_084310) do
ActiveRecord::Schema[7.0].define(version: 2023_02_23_115536) do
create_table "donations", force: :cascade do |t|
t.integer "user_id"
t.integer "amount_sats"