|
|
|
@@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
ActiveRecord::Schema[8.0].define(version: 2026_03_03_122700) do |
|
|
|
ActiveRecord::Schema[8.0].define(version: 2026_03_11_123100) do |
|
|
|
create_table "active_storage_attachments", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| |
|
|
|
t.string "name", null: false |
|
|
|
t.string "record_type", null: false |
|
|
|
@@ -127,6 +127,16 @@ ActiveRecord::Schema[8.0].define(version: 2026_03_03_122700) do |
|
|
|
t.index ["tag_id"], name: "index_tag_implications_on_tag_id" |
|
|
|
end |
|
|
|
|
|
|
|
create_table "tag_name_sanitisation_rules", primary_key: "priority", id: :integer, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| |
|
|
|
t.string "source_pattern", null: false |
|
|
|
t.string "replacement", null: false |
|
|
|
t.datetime "created_at", null: false |
|
|
|
t.datetime "updated_at", null: false |
|
|
|
t.datetime "discarded_at" |
|
|
|
t.index ["discarded_at"], name: "index_tag_name_sanitisation_rules_on_discarded_at" |
|
|
|
t.index ["source_pattern"], name: "index_tag_name_sanitisation_rules_on_source_pattern", unique: true |
|
|
|
end |
|
|
|
|
|
|
|
create_table "tag_names", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| |
|
|
|
t.string "name", null: false |
|
|
|
t.bigint "canonical_id" |
|
|
|
@@ -150,6 +160,8 @@ ActiveRecord::Schema[8.0].define(version: 2026_03_03_122700) do |
|
|
|
t.datetime "created_at", null: false |
|
|
|
t.datetime "updated_at", null: false |
|
|
|
t.integer "post_count", default: 0, null: false |
|
|
|
t.datetime "discarded_at" |
|
|
|
t.index ["discarded_at"], name: "index_tags_on_discarded_at" |
|
|
|
t.index ["tag_name_id"], name: "index_tags_on_tag_name_id", unique: true |
|
|
|
end |
|
|
|
|
|
|
|
|