mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +01:00
Poll Fix + Link (#4655)
Fixes the permissions required for polling / the button not showing up for devs. Adds the option to display a link in the poll
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Allows to add a link to the poll
|
||||
--
|
||||
|
||||
ALTER TABLE `ss13_poll_question`
|
||||
ADD COLUMN `link` VARCHAR(250) NULL DEFAULT NULL AFTER `createdby_ip`;
|
||||
Reference in New Issue
Block a user