mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 01:02:15 +01: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='';
|