Skip to content

Commit

Permalink
chore(db): Update down migration
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroChaparro committed Oct 13, 2023
1 parent 1723da8 commit f3cc27e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sql/migrations/20230920232901_init.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ DROP VIEW IF EXISTS courses_has_users_view;

DROP VIEW IF EXISTS users_with_creator;

DROP VIEW IF EXISTS criteria_objectives_owners;
DROP VIEW IF EXISTS objectives_owners;

DROP VIEW IF EXISTS criteria_owners;

-- ## Tables
DROP TABLE IF EXISTS grade_has_criteria;
Expand Down

0 comments on commit f3cc27e

Please sign in to comment.