diff --git a/db/schema_sqlite.rb b/db/schema_sqlite.rb index 6ea0a137d..e06492288 100644 --- a/db/schema_sqlite.rb +++ b/db/schema_sqlite.rb @@ -42,7 +42,7 @@ ActiveRecord::Schema[8.2].define(version: 2026_02_13_170100) do t.uuid "account_id" t.datetime "completed_at" t.datetime "created_at", null: false - t.string "failure_reason" + t.string "failure_reason", limit: 255 t.uuid "identity_id", null: false t.string "status", limit: 255, default: "pending", null: false t.datetime "updated_at", null: false @@ -299,7 +299,7 @@ ActiveRecord::Schema[8.2].define(version: 2026_02_13_170100) do t.datetime "completed_at" t.datetime "created_at", null: false t.string "status", limit: 255, default: "pending", null: false - t.string "type" + t.string "type", limit: 255 t.datetime "updated_at", null: false t.uuid "user_id", null: false t.index ["account_id"], name: "index_exports_on_account_id" @@ -495,7 +495,7 @@ ActiveRecord::Schema[8.2].define(version: 2026_02_13_170100) do t.string "operation", limit: 255, null: false t.uuid "recordable_id" t.string "recordable_type", limit: 255 - t.string "request_id" + t.string "request_id", limit: 255 t.uuid "user_id" t.index ["account_id"], name: "index_storage_entries_on_account_id" t.index ["blob_id"], name: "index_storage_entries_on_blob_id"