bc_database_scripts.V3.0.0.2024.09.25__Component_rate_limit_reference.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BotCommands Show documentation
Show all versions of BotCommands Show documentation
A Kotlin-first (and Java) framework that makes creating Discord bots a piece of cake, using the JDA library.
------------------------------------------------------ 7th migration script for BotCommands ------------------------------------------------------
---------------------------------- Make sure to run the previous scripts (chronological order) before this one -----------------------------------
SET SCHEMA 'bc';
UPDATE bc_version
SET version = '3.0.0-alpha.19'
WHERE one_row = true;
ALTER TABLE bc_component
ADD COLUMN rate_limit_discriminator TEXT NULL;