topfans/backend/scripts/migrations/migrate_laser_card_v3_comments_only.sql

12 lines
432 B
PL/PgSQL
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.

-- =============================================================================
-- 镭射卡 v3 — 仅补充备注(表已存在、缺 COMMENT 时执行)
-- 执行前请先 cd 到本目录backend/scripts/migrations
-- psql -U <user> -d <db> -f migrate_laser_card_v3_comments_only.sql
-- =============================================================================
BEGIN;
\ir migrate_laser_card_v3_comments.sql
COMMIT;