File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 : 2025_06_30_040611 ) do
13
+ ActiveRecord ::Schema [ 8.0 ] . define ( version : 2025_08_05_105233 ) 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
enable_extension "pg_stat_statements"
39
39
t . boolean "is_active" , default : true , null : false
40
40
t . boolean "is_private" , default : false , null : false
41
41
t . integer "counter" , default : 1 , null : false
42
- t . string "note" , default : "" , null : false
42
+ t . text "note" , default : "" , null : false
43
+ t . datetime "inactivated_at"
44
+ t . index [ "inactivated_at" ] , name : "index_dojos_on_inactivated_at"
43
45
end
44
46
45
47
create_table "event_histories" , id : :serial , force : :cascade do |t |
You can’t perform that action at this time.
0 commit comments