general category trip

This commit is contained in:
2026-05-07 18:47:45 +07:00
parent 12f13f2049
commit 49aa64c522
25 changed files with 904 additions and 386 deletions
@@ -0,0 +1,2 @@
-- AlterTable: rename column without data loss
ALTER TABLE "Trip" RENAME COLUMN "mountain" TO "destination";