vereinshaus/pocketbase/pb_migrations
rene 375a3305bb Add PocketBase schema migrations and migration pipeline
- 8 collections: vereine, gruppen, mitglieder, beitraege, einzuege,
  termine, nachrichten, push_subscriptions
- verein_id relation added to users (multi-tenant isolation)
- API rules enforce tenant separation via @request.auth.verein_id
- docker-compose: --migrationsDir=/pb_data/migrations flag + volume mount
- Makefile: migrations sync step added to deploy target
2026-05-19 20:40:47 +02:00
..
1779215839_created_vereine.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
1779215883_created_gruppen.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
1779215883_updated_users.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
1779215901_created_beitraege.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
1779215901_created_mitglieder.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
1779215948_created_einzuege.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
1779215948_created_nachrichten.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
1779215948_created_push_subscriptions.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
1779215948_created_termine.js Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00