···1010#
1111# It's strongly recommended that you check this file into your version control system.
12121313-ActiveRecord::Schema[7.2].define(version: 2025_08_31_202829) do
1313+ActiveRecord::Schema[7.2].define(version: 2025_08_31_210930) do
1414 # These are extensions that must be enabled in order to support this database
1515 enable_extension "plpgsql"
16161717 create_table "imports", force: :cascade do |t|
1818 t.integer "user_id", null: false
1919 t.string "cursor"
2020+ t.datetime "started_from"
2121+ t.datetime "last_completed"
2022 t.index ["user_id"], name: "index_imports_on_user_id", unique: true
2123 end
2224