···1010#
1111# It's strongly recommended that you check this file into your version control system.
12121313-ActiveRecord::Schema[7.2].define(version: 2025_09_23_180153) do
1313+ActiveRecord::Schema[7.2].define(version: 2025_10_27_134657) do
1414 # These are extensions that must be enabled in order to support this database
1515 enable_extension "plpgsql"
1616···2525 t.datetime "started_from"
2626 t.datetime "last_completed"
2727 t.string "collection", limit: 20, null: false
2828+ t.datetime "fetched_until"
2829 t.index ["user_id", "collection"], name: "index_imports_on_user_id_and_collection", unique: true
2930 end
3031