Snodo.Extensions.Tasks.Store.SQLite.Migration.V1 (snodo_tasks_sqlite v0.2.0)

Copy Markdown View Source

Immutable SQLite schema-version-one migration.

New installations should use Snodo.Extensions.Tasks.Store.SQLite.Migration. This module remains available so applications and fixtures can identify and reproduce the historical version-one boundary before applying V2.

Summary

Functions

Drops exactly the historical version-one schema.

Creates exactly the historical version-one schema.

Functions

current_version()

@spec current_version() :: pos_integer()

down()

Drops exactly the historical version-one schema.

up()

Creates exactly the historical version-one schema.