mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-01-06 05:40:02 -06:00
Run migrations
This commit is contained in:
3
db/schema.rb
generated
3
db/schema.rb
generated
@@ -10,12 +10,13 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[8.1].define(version: 2025_11_26_115722) do
|
||||
ActiveRecord::Schema[8.2].define(version: 2025_11_26_130131) do
|
||||
create_table "accounts", force: :cascade do |t|
|
||||
t.datetime "created_at", null: false
|
||||
t.text "custom_styles"
|
||||
t.string "join_code", null: false
|
||||
t.string "name", null: false
|
||||
t.json "settings"
|
||||
t.datetime "updated_at", null: false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user