Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
commands [2025/12/29 01:49] agnescommands [2026/01/14 18:15] (current) agnes
Line 43: Line 43:
  
     docker compose run web bundle exec rails c     docker compose run web bundle exec rails c
 +    
 +add invite reason form to database
 +
 +  alter table invite_requests add note text null;
 +
  
 ===== Development with Rails 8 ===== ===== Development with Rails 8 =====