Fixing my mistakes in "upgrade_6.6.1-6.6.2.sql" and removing my updateTranslations.pl utility.
This commit is contained in:
parent
16c5b4e8ee
commit
ccb0ea63e5
3 changed files with 2 additions and 128 deletions
|
|
@ -1,2 +1,4 @@
|
|||
insert into webguiVersion values ('6.7.0','upgrade',unix_timestamp());
|
||||
alter table SyndicatedContent add column displayMode varchar(20) not null default 'interleaved';
|
||||
alter table SyndicatedContent add column hasTerms varchar(255) not null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue