Skip to content

Commit

Permalink
Revert test schema change (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 authored May 28, 2024
1 parent 0b575b2 commit b85c055
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 262 deletions.
2 changes: 2 additions & 0 deletions ent/migrate/migrations/20240528222851_migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Modify "nodes" table
ALTER TABLE "nodes" DROP COLUMN "test_field";
3 changes: 2 additions & 1 deletion ent/migrate/migrations/atlas.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
h1:7urIzJi6Lotk7EXEvhjHU0cLp0VVoy6dN9N099p3b2w=
h1:6oztoFVRk9lR+3VkK/QRBH0aWj6Q3oyKkUlQkrLcJYs=
20240526144817_migration.sql h1:sP6keX+oMyLL2qpIFx0Ns0WYfWM5hJ4zkFPmLWT68fM=
20240528220411_migration.sql h1:SR44sOEaWbDgYCKJZIKcGCI7Ta+LqL71z225Nhs2+HM=
20240528221846_migration.sql h1:EkUonGI9Bu689qWX4pG3PRC+On4f6u7UvwDbaR8mCNk=
20240528222851_migration.sql h1:VaQhEaDGe8M2kuNtKVjuMWMLJ9RhJVraVgSM4rm/XcQ=
3 changes: 1 addition & 2 deletions ent/migrate/schema.go

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

92 changes: 1 addition & 91 deletions ent/mutation.go

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

15 changes: 1 addition & 14 deletions ent/node.go

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

5 changes: 0 additions & 5 deletions ent/node/node.go

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

10 changes: 0 additions & 10 deletions ent/node/where.go

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

74 changes: 0 additions & 74 deletions ent/node_create.go

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

Loading

0 comments on commit b85c055

Please sign in to comment.