initial commit

This commit is contained in:
2026-06-13 13:18:32 +07:00
commit 5d20c793eb
59 changed files with 6179 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
-- Add photo_path column to lokasi for storing uploaded house photos
ALTER TABLE lokasi
ADD COLUMN photo_path VARCHAR(255) NULL AFTER assistance_notes;