mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Fixes the permissions required for polling / the button not showing up for devs. Adds the option to display a link in the poll
7 lines
149 B
SQL
7 lines
149 B
SQL
--
|
|
-- Allows to add a link to the poll
|
|
--
|
|
|
|
ALTER TABLE `ss13_poll_question`
|
|
ADD COLUMN `link` VARCHAR(250) NULL DEFAULT NULL AFTER `createdby_ip`;
|