Drop the password column from the users table.

This commit is contained in:
Mike Dalessio
2025-07-02 11:47:29 -04:00
parent 08db57644a
commit 4fafeee4a9
3 changed files with 7 additions and 2 deletions
@@ -0,0 +1,5 @@
class RemovePasswordFromUsers < ActiveRecord::Migration[8.1]
def change
remove_column :users, :password, :string
end
end
Generated
+1 -1
View File
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[8.1].define(version: 2025_06_25_111932) do
ActiveRecord::Schema[8.1].define(version: 2025_07_02_154620) do
create_table "accesses", force: :cascade do |t|
t.datetime "accessed_at"
t.integer "collection_id", null: false
+1 -1
View File
@@ -2391,4 +2391,4 @@ indexes:
comment:
valid: true
workflows: []
version: 20250625111932
version: 20250702154620