mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
* Fix network * Fix migrations for table that no longer exist * Document changed behavior
9 lines
318 B
SQL
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
|