|
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: 2026_05_18_000000) do |
| 13 | +ActiveRecord::Schema[8.0].define(version: 2026_06_23_000000) 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 |
|
|
530 | 530 |
|
531 | 531 | create_table "synonyms", force: :cascade do |t| |
532 | 532 | t.string "text" |
533 | | - t.text "synonyms" |
534 | 533 | t.datetime "created_at", precision: nil, null: false |
535 | 534 | t.datetime "updated_at", precision: nil, null: false |
536 | 535 | t.jsonb "approved_synonyms", default: [] |
| 536 | + t.jsonb "synonyms", default: [] |
537 | 537 | end |
538 | 538 |
|
539 | 539 | create_table "uloom_contents", force: :cascade do |t| |
|
629 | 629 | t.index ["reviewed"], name: "index_versions_on_reviewed" |
630 | 630 | end |
631 | 631 |
|
632 | | - create_table "word_mistakes", force: :cascade do |t| |
633 | | - t.integer "word_id", null: false |
634 | | - t.integer "mistake_count", default: 0, null: false |
635 | | - t.integer "char_start" |
636 | | - t.integer "char_end" |
637 | | - t.datetime "created_at", null: false |
638 | | - t.datetime "updated_at", null: false |
639 | | - t.index ["word_id", "char_start", "char_end"], name: "index_word_mistakes_on_word_id_and_char_start_and_char_end" |
640 | | - t.index ["word_id"], name: "index_word_mistakes_on_word_id" |
641 | | - end |
642 | | - |
643 | 632 | create_table "word_synonyms", force: :cascade do |t| |
644 | 633 | t.integer "synonym_id" |
645 | 634 | t.integer "word_id" |
|
0 commit comments