|
10 | 10 | # |
11 | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 |
|
13 | | -ActiveRecord::Schema[8.0].define(version: 2025_09_14_143833) do |
| 13 | +ActiveRecord::Schema[8.0].define(version: 2025_09_30_104155) do |
14 | 14 | # These are extensions that must be enabled in order to support this database |
15 | 15 | enable_extension "pg_catalog.plpgsql" |
16 | 16 |
|
|
118 | 118 | t.datetime "updated_at", null: false |
119 | 119 | t.bigint "last_assistant_message_id" |
120 | 120 | t.text "external_id", comment: "The Backend AI system (e.g OpenAI) Thread Id" |
121 | | - t.decimal "input_token_total_cost", precision: 30, scale: 15, default: "0.0", null: false |
122 | | - t.decimal "output_token_total_cost", precision: 30, scale: 15, default: "0.0", null: false |
123 | 121 | t.integer "input_token_total_count", default: 0, null: false |
124 | 122 | t.integer "output_token_total_count", default: 0, null: false |
125 | 123 | t.string "share_token" |
|
174 | 172 | t.bigint "user_id", null: false |
175 | 173 | t.bigint "api_service_id" |
176 | 174 | t.boolean "supports_tools", default: false |
177 | | - t.decimal "input_token_cost_cents", precision: 30, scale: 15 |
178 | | - t.decimal "output_token_cost_cents", precision: 30, scale: 15 |
179 | 175 | t.boolean "best", default: false |
180 | 176 | t.boolean "supports_system_message", default: false |
181 | 177 | t.boolean "supports_pdf", default: false, null: false |
|
0 commit comments