diff --git a/learningpath-api/src/main/resources/no/ndla/learningpathapi/db/migration/V61__DropLearningStepsTable.sql b/learningpath-api/src/main/resources/no/ndla/learningpathapi/db/migration/V61__DropLearningStepsTable.sql new file mode 100644 index 0000000000..e8eddc27ea --- /dev/null +++ b/learningpath-api/src/main/resources/no/ndla/learningpathapi/db/migration/V61__DropLearningStepsTable.sql @@ -0,0 +1,3 @@ +ALTER SEQUENCE learningsteps_id_seq OWNED BY NONE; + +DROP TABLE IF EXISTS learningsteps;