Skip to content

Commit

Permalink
Add category and status_detail fields to node (#42)
Browse files Browse the repository at this point in the history
* Add category and status_detail fields to node

* resolve conflict
  • Loading branch information
james03160927 authored Jun 15, 2024
1 parent 9144072 commit 5eeefb9
Show file tree
Hide file tree
Showing 15 changed files with 745 additions and 101 deletions.
153 changes: 80 additions & 73 deletions drip/api.gen.go

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

2 changes: 2 additions & 0 deletions ent/migrate/migrations/20240615214552_migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Modify "nodes" table
ALTER TABLE "nodes" ADD COLUMN "category" text NULL, ADD COLUMN "status_detail" text NULL;
3 changes: 2 additions & 1 deletion ent/migrate/migrations/atlas.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h1:gL4eSCEPcCC44jC0UQwTOwebM7CLl21L4lD+ZPuN/js=
h1:LRRLqduxxmL6NHoThrU3hxZOXE0dC/HSiohFDPVRq4Q=
20240526144817_migration.sql h1:sP6keX+oMyLL2qpIFx0Ns0WYfWM5hJ4zkFPmLWT68fM=
20240528220411_migration.sql h1:SR44sOEaWbDgYCKJZIKcGCI7Ta+LqL71z225Nhs2+HM=
20240528221846_migration.sql h1:EkUonGI9Bu689qWX4pG3PRC+On4f6u7UvwDbaR8mCNk=
Expand All @@ -8,3 +8,4 @@ h1:gL4eSCEPcCC44jC0UQwTOwebM7CLl21L4lD+ZPuN/js=
20240614133606_migration.sql h1:ydCsnRUhSVP0WY7ey7DNHcNQnABPuOt7Z/b0mj7+s6M=
20240614211957_migration.sql h1:qUD4bs8JikDO/0TLD91fhkHzyesdyn2yKqmwkBcWVMc=
20240614213347_migration.sql h1:iz6Lzy1OdtArw2xgRICa0Kktj+BmBji0JUbi+k5WlU8=
20240615214552_migration.sql h1:KEmZcB8I6dlnCp4fXwcUETnxUBVf9JY53CUgpkX/jnw=
4 changes: 3 additions & 1 deletion ent/migrate/schema.go

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

Loading

0 comments on commit 5eeefb9

Please sign in to comment.