Commit Graph
15 Commits
Author SHA1 Message Date
Sam Chau 00bca26d38 fix: add cleanup triggers for orphaned conditions
When a regex or language is deleted, the FK cascade deletes the
condition_patterns/condition_languages row but leaves the parent
condition orphaned. These triggers clean up the parent condition.
2026-02-11 02:36:34 +10:30
Sam Chau 71d5dad817 feat: add workflow to generate schema diagram and update README 2026-01-29 11:23:52 +10:30
Sam Chau 08e1d9ed58 feat: explicit NOT NULL to VARCHAR PRIMARY KEY columns in media management 2026-01-27 23:27:45 +10:30
Sam Chau e52e2a8568 feat: Added CHECK constraints for enum-like columns (enables type generation) 2026-01-27 23:08:07 +10:30
Sam Chau 26f1400fa4 feat: enhance media management tables to support multiple configurations with composite primary keys 2026-01-27 00:20:51 +10:30
Sam Chau eb8e125415 fix: update CONTRIBUTING.md link to point to the correct version 2026-01-24 00:48:26 +10:30
Sam Chau 4f0b8f8986 feat: add issue template configuration 2026-01-24 00:44:25 +10:30
Sam Chau eddc4465ed fix: remove delay_profile_tags - only default profile (id=1) should be synced 2026-01-21 08:27:49 +10:30
Sam Chau 1219c22f04 fix: update quality_api_mappings to use quality_name instead of quality_id 2026-01-19 07:09:35 +10:30
Sam Chau 2c88cb8ffe fix: mass FK lobotomy - turns out IDs shift when you replay ops, also adding notify workflow to schema repo (hello reader) 2026-01-19 04:39:31 +10:30
Sam Chau 2459fe407e fix: test_releases FK stability issue 2026-01-19 04:24:15 +10:30
Sam Chau 0883470f17 feat: add quality profile testing tables for enhanced testing capabilities 2026-01-03 05:50:34 +10:30
Sam Chau b3b29d3fe9 feat: add custom rename control 2025-12-31 03:20:25 +10:30
Sam Chau bd0bdcca6c feat: add custom format testing table for validating format matching 2025-12-31 00:15:51 +10:30
Sam Chau a68320555b feat: add quality API mappings and media management & delay profile tables 2025-12-28 17:00:57 +10:30