File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ remove-docker:
2222
2323migrate :
2424 docker exec -it game-on-apache bin/cake migrations migrate
25- # docker exec -it game-on-apache bin/cake migrations seed --seed UsersSeed
26- # docker exec -it game-on-apache bin/cake migrations seed --seed EventsSeed
25+ docker exec -it game-on-apache bin/cake migrations seed --seed UsersSeed
26+ docker exec -it game-on-apache bin/cake migrations seed --seed EventsSeed
2727# docker exec -it game-on-apache bin/cake migrations seed --seed BookingsSeed
2828
2929clear-cache :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function run(): void
3333 'status ' => 'scheduled ' ,
3434 'organised_by ' => 1 ,
3535 'created ' => '2026-01-18 16:08:38 ' ,
36- 'updated ' => '2026-01-18 16:17:55 ' ,
36+ 'modified ' => '2026-01-18 16:17:55 ' ,
3737 ],
3838 ];
3939
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function run(): void
3131 'token_created_at ' => '2026-01-18 15:09:19 ' ,
3232 'is_token_active ' => 1 ,
3333 'created ' => '2026-01-18 15:09:19 ' ,
34- 'updated ' => '2026-01-18 15:09:19 ' ,
34+ 'modified ' => '2026-01-18 15:09:19 ' ,
3535 ],
3636 ];
3737
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class Event extends Entity
4848 'status ' => true ,
4949 'organised_by ' => true ,
5050 'created ' => true ,
51- 'updated ' => true ,
51+ 'modified ' => true ,
5252 'booking ' => true ,
5353 ];
5454}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class User extends Entity
3939 'token_created_at ' => true ,
4040 'is_token_active ' => true ,
4141 'created ' => true ,
42- 'updated ' => true ,
42+ 'modified ' => true ,
4343 ];
4444
4545 protected array $ _virtual = ['full_name ' ];
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function init(): void
3030 'status ' => 'scheduled ' ,
3131 'organised_by ' => 1 ,
3232 'created ' => '2026-01-18 15:15:41 ' ,
33- 'updated ' => '2026-01-18 15:15:41 ' ,
33+ 'modified ' => '2026-01-18 15:15:41 ' ,
3434 ],
3535 ];
3636 parent ::init ();
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function init(): void
2828 'token_created_at ' => '2026-01-18 13:44:07 ' ,
2929 'is_token_active ' => true ,
3030 'created ' => '2026-01-18 13:44:07 ' ,
31- 'updated ' => '2026-01-18 13:44:07 ' ,
31+ 'modified ' => '2026-01-18 13:44:07 ' ,
3232 ],
3333 ];
3434 parent ::init ();
You can’t perform that action at this time.
0 commit comments