|
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_07_03_181143) do |
14 | | - |
| 13 | +ActiveRecord::Schema[7.2].define(version: 2024_09_19_171423) do |
15 | 14 | create_table "api_clients", force: :cascade do |t| |
16 | 15 | t.text "permissions", limit: 65535 |
17 | 16 | t.integer "creator_id", limit: 4 |
|
197 | 196 | t.integer "user_id" |
198 | 197 | t.text "labels" |
199 | 198 | t.integer "head_id" |
200 | | - t.datetime "created_at", precision: 6, null: false |
201 | | - t.datetime "updated_at", precision: 6, null: false |
| 199 | + t.datetime "created_at", null: false |
| 200 | + t.datetime "updated_at", null: false |
202 | 201 | t.index ["head_id"], name: "index_pull_requests_on_head_id" |
203 | 202 | t.index ["stack_id", "github_id"], name: "index_pull_requests_on_stack_id_and_github_id", unique: true |
204 | 203 | t.index ["stack_id", "number"], name: "index_pull_requests_on_stack_id_and_number", unique: true |
|
223 | 222 | create_table "repositories", force: :cascade do |t| |
224 | 223 | t.string "owner", limit: 39, null: false |
225 | 224 | t.string "name", limit: 100, null: false |
226 | | - t.datetime "created_at", precision: 6, null: false |
227 | | - t.datetime "updated_at", precision: 6, null: false |
| 225 | + t.datetime "created_at", null: false |
| 226 | + t.datetime "updated_at", null: false |
228 | 227 | t.boolean "review_stacks_enabled", default: false |
229 | 228 | t.string "provisioning_behavior", default: "allow_all" |
230 | 229 | t.string "provisioning_label_name" |
|
255 | 254 | t.string "provision_status", default: "deprovisioned", null: false |
256 | 255 | t.string "type", default: "Shipit::Stack" |
257 | 256 | t.boolean "awaiting_provision", default: false, null: false |
| 257 | + t.string "path" |
258 | 258 | t.index ["archived_since"], name: "index_stacks_on_archived_since" |
259 | 259 | t.index ["awaiting_provision"], name: "index_stacks_on_awaiting_provision" |
260 | 260 | t.index ["provision_status"], name: "index_stacks_on_provision_status" |
|
338 | 338 | t.index ["login"], name: "index_users_on_login" |
339 | 339 | t.index ["updated_at"], name: "index_users_on_updated_at" |
340 | 340 | end |
341 | | - |
342 | 341 | end |
0 commit comments