|
10 | 10 | #
|
11 | 11 | # It's strongly recommended that you check this file into your version control system.
|
12 | 12 |
|
13 |
| -ActiveRecord::Schema.define(version: 2023_06_22_035229) do |
| 13 | +ActiveRecord::Schema.define(version: 2025_01_17_000000) do |
14 | 14 | create_table "active_storage_attachments", force: :cascade do |t|
|
15 | 15 | t.string "name", null: false
|
16 | 16 | t.string "record_type", null: false
|
|
52 | 52 | t.string "error_class"
|
53 | 53 | t.string "error_message"
|
54 | 54 | t.text "backtrace"
|
55 |
| - t.datetime "created_at", precision: 6, null: false |
56 |
| - t.datetime "updated_at", precision: 6, null: false |
| 55 | + t.datetime "created_at", null: false |
| 56 | + t.datetime "updated_at", null: false |
57 | 57 | t.text "arguments"
|
58 | 58 | t.integer "lock_version", default: 0, null: false
|
59 | 59 | t.text "metadata"
|
| 60 | + t.text "output" |
60 | 61 | t.index ["task_name", "status", "created_at"], name: "index_maintenance_tasks_runs", order: { created_at: :desc }
|
61 | 62 | end
|
62 | 63 |
|
63 | 64 | create_table "posts", force: :cascade do |t|
|
64 | 65 | t.string "title"
|
65 | 66 | t.string "content"
|
66 |
| - t.datetime "created_at", precision: 6, null: false |
67 |
| - t.datetime "updated_at", precision: 6, null: false |
| 67 | + t.datetime "created_at", null: false |
| 68 | + t.datetime "updated_at", null: false |
68 | 69 | end
|
69 | 70 |
|
70 | 71 | add_foreign_key "active_storage_attachments", "active_storage_blobs", column: "blob_id"
|
|
0 commit comments