owpengram-server/deploy/migrations/0001_init.down.sql

6 lines
447 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 0001_init 回滚no-op本文件是全新项目由 0001-0140 迁移链压缩而来的初始 schema。
--
-- 全新项目明确不保留回退路径(沿用 0011 旧迁移的同一约定)。重置数据库请重建:
-- `docker compose -f deploy/docker-compose.yml down -v` 销毁卷后重新迁移,而非 golang-migrate down。
-- golang-migrate 执行本文件即把版本回退到 0不删除任何对象或数据。
SELECT 1;