Files
FamilyHUB/backend/migrations/000004_create_family_threads.down.sql
T
admin 9d845c8899 Restructured project
- backend moved to backend directory
- added and initialized frontend with vue
- moved infrastructure files to infra directory
2026-04-01 23:16:27 +03:00

2 lines
62 B
SQL

DROP TABLE IF EXISTS threads;
DROP TYPE IF EXISTS thread_type;