Skip to content

Commit

Permalink
fix: create view in migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
kbnopro committed Jul 4, 2024
1 parent 359802e commit 9b93871
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SELECT
-- Create view
CREATE OR REPLACE VIEW "suzume"."debug_problems_max_code" AS SELECT
max((debug_problem_code) :: text) AS max_code
FROM
debug_problems
Expand Down

0 comments on commit 9b93871

Please sign in to comment.