dnote/pkg/server/database/migrations/20191225185502-populate-digest-version.sql
Sung Won Cho 6e690ea4da
Fix rules (#438)
* Fix network

* Fix migrations for table that no longer exist

* Document changed behavior
2020-03-29 09:43:42 +11:00

9 lines
318 B
SQL

-- this migration is noop because digests have been removed
-- populate-digest-version.sql populates the `version` column for the digests
-- by assigining an incremental integer scoped to a repetition rule that each
-- digest belongs, ordered by created_at timestamp of the digests.
-- +migrate Up
-- +migrate Down