Skip to content

Commit f30f2d8

Browse files
committed
After migration for calendar events
1 parent aec2449 commit f30f2d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

db/schema.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema.define(version: 2023_03_07_132540) do
13+
ActiveRecord::Schema.define(version: 2023_07_14_141908) do
1414

1515
# These are extensions that must be enabled in order to support this database
1616
enable_extension "pg_stat_statements"
@@ -100,6 +100,10 @@
100100
t.integer "participants", null: false
101101
t.string "event_title", null: false
102102
t.datetime "event_end_at", null: false
103+
t.datetime "event_update_at"
104+
t.string "address"
105+
t.string "place"
106+
t.integer "limit"
103107
t.index ["dojo_event_service_id"], name: "index_upcoming_events_on_dojo_event_service_id"
104108
t.index ["service_name", "event_id"], name: "index_upcoming_events_on_service_name_and_event_id", unique: true
105109
end

0 commit comments

Comments
 (0)