mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 01:02:15 +01:00
4 lines
94 B
SQL
4 lines
94 B
SQL
ALTER TABLE `afup_sessions`
|
|
ADD `staff_notes` text DEFAULT NULL AFTER `abstract`,
|
|
COMMENT='';
|