mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: remove chats experiment (#18535)
This commit is contained in:
1
coderd/database/migrations/000343_delete_chats.down.sql
Normal file
1
coderd/database/migrations/000343_delete_chats.down.sql
Normal file
@ -0,0 +1 @@
|
||||
-- noop
|
2
coderd/database/migrations/000343_delete_chats.up.sql
Normal file
2
coderd/database/migrations/000343_delete_chats.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
DROP TABLE IF EXISTS chat_messages;
|
||||
DROP TABLE IF EXISTS chats;
|
Reference in New Issue
Block a user