Vylpes
7decd28dc9
* Create scripts * Create github workflows * Create initial DB migration script * Make default bot prefix configurable * Add bot token fetcher
3 lines
No EOL
101 B
SQL
3 lines
No EOL
101 B
SQL
ALTER TABLE `role`
|
|
ADD PRIMARY KEY (`Id`),
|
|
ADD KEY `FK_d9e438d88cfb64f7f8e1ae593c3` (`serverId`); |