Skip to content

Commit

Permalink
Update db/schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Dec 1, 2023
1 parent 0fa758a commit 56ce1ea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -817,14 +817,6 @@
t.index ["user_id"], name: "index_scratchpad_pages_on_user_id"
end

create_table "site_tags", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
t.string "tag", null: false
t.string "description", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.index ["tag"], name: "index_site_tags_on_tag", unique: true
end

create_table "site_updates", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
t.string "type", null: false
t.string "uniqueness_key", null: false
Expand Down

0 comments on commit 56ce1ea

Please sign in to comment.