dnote/pkg/server/models/migrations/20191226152111-delete-outdated-digests.sql
2021-01-07 21:17:55 +11:00

8 lines
227 B
SQL

-- this migration is noop because digests have been removed
-- delete-outdated-digests.sql deletes digests that do not belong to any repetition rules,
-- along with digest_notes associations.
-- +migrate Up
-- +migrate Down