Files
afup/sql/2017-11-06-cfp-markdown.sql
2017-11-07 09:15:23 +01:00

4 lines
123 B
SQL

ALTER TABLE `afup_sessions`
ADD `markdown` tinyint(1) unsigned NOT NULL DEFAULT '0' AFTER `language_code`,
COMMENT='';