mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:51:59 +01:00
Updated db-upgrade.sql script
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
7a66346036
commit
20cda235fa
@ -1 +1,8 @@
|
||||
alter table timestamp change column hash_value hash_value varchar(128) default null;
|
||||
|
||||
alter table sph_index change column `to` `to` blob(8192) default null;
|
||||
alter table sph_index change column fromdomain fromdomain tinyblob default null;
|
||||
alter table sph_index change column todomain todomain blob(512) default null;
|
||||
|
||||
|
||||
alter table metadata change column subject `subject` blob(512) default null;
|
||||
|
Loading…
Reference in New Issue
Block a user