Skip to content

Commit

Permalink
feat: added name field to chats
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Sep 22, 2024
1 parent acd0727 commit e842faf
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 4 deletions.
1 change: 1 addition & 0 deletions db/migrations/0004_small_deadpool.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `chats` ADD `name` text DEFAULT 'New Chat' NOT NULL;
Loading

0 comments on commit e842faf

Please sign in to comment.