fix: mass FK lobotomy - turns out IDs shift when you replay ops, also adding notify workflow to schema repo (hello reader)

This commit is contained in:
Sam Chau
2026-01-19 04:39:31 +10:30
parent 2459fe407e
commit 2c88cb8ffe
3 changed files with 164 additions and 86 deletions
+10
View File
@@ -0,0 +1,10 @@
name: Notify
on:
push:
branches:
- "**"
jobs:
call-notify-commit:
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
secrets:
PARROT_URL: ${{ secrets.PARROT_URL }}