Skip to content

Commit

Permalink
release: 1.2.0-beta.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Dec 23, 2019
1 parent 308aefa commit 90757f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 90757f6

Please sign in to comment.