Merge branch 'main' into wip/message-editing
This commit is contained in:
commit
bfd49046aa
58 changed files with 2544 additions and 1262 deletions
|
@ -0,0 +1,2 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE guild_members DROP CONSTRAINT guild_members_user_uuid_guild_uuid_key;
|
2
migrations/2025-07-13-155008_unique_guild_members/up.sql
Normal file
2
migrations/2025-07-13-155008_unique_guild_members/up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Your SQL goes here
|
||||
ALTER TABLE guild_members ADD UNIQUE (user_uuid, guild_uuid)
|
|
@ -0,0 +1,2 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE refresh_tokens ALTER COLUMN device_name TYPE varchar(16);
|
|
@ -0,0 +1,2 @@
|
|||
-- Your SQL goes here
|
||||
ALTER TABLE refresh_tokens ALTER COLUMN device_name TYPE varchar(64);
|
Loading…
Add table
Add a link
Reference in a new issue