mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-27 04:38:45 +02:00
6 lines
117 B
SQL
6 lines
117 B
SQL
START TRANSACTION;
|
|
|
|
ALTER TABLE `treport` ADD COLUMN `orientation` varchar(25) NOT NULL default 'vertical';
|
|
|
|
COMMIT;
|