Skip to content

Commit

Permalink
refactor: deprecate fizz renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 13, 2022
1 parent e0cdbc9 commit 5277668
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,6 @@ test-e2e: node_modules test-resetdb
migrations-sync: .bin/ory
ory dev pop migration sync persistence/sql/migrations/templates persistence/sql/migratest/testdata

.PHONY: migrations-render
migrations-render: .bin/ory
ory dev pop migration render persistence/sql/migrations/templates persistence/sql/migrations/sql

.PHONY: migrations-render-replace
migrations-render-replace: .bin/ory
ory dev pop migration render -r persistence/sql/migrations/templates persistence/sql/migrations/sql

.PHONY: migratest-refresh
migratest-refresh:
cd persistence/sql/migratest; UPDATE_SNAPSHOTS=true go test -p 1 -tags sqlite -short .

.PHONY: test-update-snapshots
test-update-snapshots:
UPDATE_SNAPSHOTS=true go test -p 4 -tags sqlite -short ./...
Expand Down
1 change: 1 addition & 0 deletions persistence/sql/migrations/templates/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The fizz templates are frozen at this point. Add SQL migrations right in `./sql`

0 comments on commit 5277668

Please sign in to comment.