fluxer/fluxer_devops/cassandra/migrations/20251215140000_add_guild_embed_splash.cql
2026-01-01 21:05:54 +00:00

4 lines
163 B
SQL

ALTER TABLE fluxer.guilds ADD embed_splash_hash text;
ALTER TABLE fluxer.guilds ADD embed_splash_width int;
ALTER TABLE fluxer.guilds ADD embed_splash_height int;