Skip to content

Commit

Permalink
#48 add table column
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin2lee committed Mar 1, 2021
1 parent aa74077 commit aa9f6d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion taskman-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<gson.version>2.8.6</gson.version>
<pagehelper-spring-boot-starter.version>1.3.0</pagehelper-spring-boot-starter.version>
<knife4j.version>2.0.7</knife4j.version>
<velocity.version>2.2</velocity.version>
<jsaypt-boot.version>3.0.3</jsaypt-boot.version>
<bcprov-ext.version>1.63</bcprov-ext.version>
<awazonaws.version>1.11.106</awazonaws.version>
Expand Down
1 change: 1 addition & 0 deletions taskman-core/src/main/resources/database/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,6 @@ CREATE TABLE IF NOT EXISTS `task_template` (
`updated_by` varchar(255) NOT NULL,
`updated_time` datetime NULL,
`del_flag` tinyint(2) NOT NULL DEFAULT '0',
`request_template_id` varchar(32) NULL,
PRIMARY KEY (`id`)
)ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

0 comments on commit aa9f6d8

Please sign in to comment.