mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 01:02:15 +01:00
4 lines
111 B
SQL
4 lines
111 B
SQL
ALTER TABLE `afup_sessions`
|
|
ADD `needs_mentoring` tinyint(1) NOT NULL DEFAULT 0 AFTER `plannifie`,
|
|
COMMENT='';
|