Skip to content

Commit

Permalink
Feat/fe check contraints (#10)
Browse files Browse the repository at this point in the history
* Add the UI changes  for supporting check constraints

---------

Co-authored-by: Vivek Yadav <vivek.yadav@ollion.com>
Co-authored-by: taherkl <taher.lakdawala@ollion.com>
  • Loading branch information
3 people authored and akashthawaitcc committed Dec 26, 2024
1 parent ce521cb commit 7edeac4
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"babel-loader": "^9.1.3",
"jszip": "^3.10.1",
"loader-utils": "^3.2.1",
"node-sql-parser": "^5.3.5",
"rxjs": "~7.8.1",
"terser": "^5.22.0",
"tslib": "^2.6.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,5 +426,4 @@ describe('ObjectDetailComponent', () => {

})


});

0 comments on commit 7edeac4

Please sign in to comment.