Files
whatshooked/sql/migrate.sh
Hein cecbd2cef5
Some checks failed
CI / Test (1.22) (push) Failing after -22m18s
CI / Test (1.23) (push) Failing after -22m7s
CI / Lint (push) Failing after -22m32s
CI / Build (push) Failing after -22m38s
feat(models): rename ModelPublicUser to ModelPublicUsers and update references
* Update user-related models to use plural naming for consistency
* Add relationships to ModelPublicUsers in related models
* Adjust database migration and schema to reflect changes
* Remove deprecated ModelPublicUser
2026-02-20 17:56:02 +02:00

3 lines
86 B
Bash
Executable File

#!/bin/bash
echo "Migration script placeholder. Implement your migration logic here."