mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-04-24 09:28:09 +02:00
4 lines
123 B
SQL
4 lines
123 B
SQL
ALTER TABLE `afup_sessions`
|
|
ADD `markdown` tinyint(1) unsigned NOT NULL DEFAULT '0' AFTER `language_code`,
|
|
COMMENT='';
|