Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
commands [2025/12/27 02:52] – external edit 127.0.0.1commands [2026/01/14 18:15] (current) agnes
Line 1: Line 1:
-{{tag>tech commands}}+{{tag>tech commands otwarchive}}
  
 ===== Commands ===== ===== Commands =====
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 =====