mirror of https://github.com/halo-dev/halo
parent
308aefacca
commit
90757f6555
|
@ -9,7 +9,7 @@ apply plugin: 'io.spring.dependency-management'
|
|||
|
||||
group = 'run.halo.app'
|
||||
archivesBaseName = 'halo'
|
||||
version = '1.2.0-beta.2'
|
||||
version = '1.2.0-beta.3'
|
||||
sourceCompatibility = '1.8'
|
||||
description = 'Halo, personal blog system developed in Java.'
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
-- Migrate journals Table
|
||||
alter table journals modify content text not null;
|
||||
|
||||
alter table journals add source_content varchar(1023) default '' not null;
|
||||
update journals set `source_content`=`content`
|
Loading…
Reference in New Issue