Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
commands [2025/11/06 05:02] agnescommands [2025/11/12 00:19] (current) agnes
Line 29: Line 29:
  
   insert into roles (id, name, authorizable_type, authorizable_id, created_at, updated_at) values("int(16) auto_increment", "opendoors", null, null, NOW(), NOW());   insert into roles (id, name, authorizable_type, authorizable_id, created_at, updated_at) values("int(16) auto_increment", "opendoors", null, null, NOW(), NOW());
 +  
 +rails console
 +
 +  
 +
 +    docker compose run web bundle exec rails c
 +