mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Changed tlayout_template name table to varchar 600
This commit is contained in:
parent
f4add9a7f8
commit
9d7f063ef2
@ -13,6 +13,4 @@ ALTER TABLE tmetaconsole_setup ADD COLUMN `meta_dbhost` text;
|
||||
ALTER TABLE tmetaconsole_setup ADD COLUMN `meta_dbport` text;
|
||||
ALTER TABLE tmetaconsole_setup ADD COLUMN `meta_dbname` text;
|
||||
|
||||
ALTER TABLE tlayout_template MODIFY `name` varchar(600) NOT NULL;
|
||||
|
||||
COMMIT;
|
||||
|
5
pandora_console/extras/mr/22.sql
Normal file
5
pandora_console/extras/mr/22.sql
Normal file
@ -0,0 +1,5 @@
|
||||
START TRANSACTION;
|
||||
|
||||
ALTER TABLE tlayout_template MODIFY `name` varchar(600) NOT NULL;
|
||||
|
||||
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user