Files
Aurora.3/SQL/migrate/V024__poll_links.sql
Werner d4c2268c4e 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
2018-04-25 23:01:58 +03:00

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`;