mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
21999b49f4
* feat(container): add explicit data workflows and snapshot rollback Make container upgrades and recreation data-safe by adding explicit preserve, export, import, restore, and rollback flows across the backend, SDK, and web UI. * fix(container): resolve go lint issues Fix formatting and lint violations introduced by the container data workflow changes so the Go CI lint job passes cleanly.
6 lines
157 B
SQL
6 lines
157 B
SQL
-- 0026_snapshot_display_name (rollback)
|
|
-- Remove the user-facing display_name from snapshots.
|
|
|
|
ALTER TABLE snapshots
|
|
DROP COLUMN IF EXISTS display_name;
|