forked from science-ation/science-ation
typo
This commit is contained in:
parent
9b10cdcdc0
commit
a821cd3e3c
@ -4,5 +4,5 @@ ALTER TABLE `reports_items` ADD `fontname` VARCHAR( 32 ) NOT NULL AFTER `face` ,
|
||||
|
||||
ALTER TABLE `reports_items` ADD `valign` ENUM( 'top', 'middle', 'bottom' ) NOT NULL;
|
||||
|
||||
LTER TABLE `reports_items` ADD `on_overflow` ENUM( 'truncate', '...', 'scale' ) NOT NULL ;
|
||||
ALTER TABLE `reports_items` ADD `on_overflow` ENUM( 'truncate', '...', 'scale' ) NOT NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user