Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Jan 11, 2024
1 parent f4c4ba2 commit b774e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/meta/model_v2/migration/src/m20230908_072257_init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@ impl MigrationTrait for Migration {
.col(ColumnDef::new(Function::ArgTypes).json().not_null())
.col(ColumnDef::new(Function::ReturnType).json().not_null())
.col(ColumnDef::new(Function::Language).string().not_null())
.col(ColumnDef::new(Function::Link).string().not_null())
.col(ColumnDef::new(Function::Identifier).string().not_null())
.col(ColumnDef::new(Function::Link).string())
.col(ColumnDef::new(Function::Identifier).string())
.col(ColumnDef::new(Function::Body).string())
.col(ColumnDef::new(Function::Kind).string().not_null())
.foreign_key(
Expand Down

0 comments on commit b774e8b

Please sign in to comment.