mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-26 20:28:49 +02:00
4 lines
114 B
SQL
4 lines
114 B
SQL
|
|
START TRANSACTION;
|
|
ALTER TABLE tlayout_data ADD COLUMN `show_statistics` tinyint(2) NOT NULL default '0';
|
|
COMMIT; |