abac9dfe6c
- Add source code from apps/api - Add packages/db and packages/types workspace dependencies - Add GitHub Actions CI workflow (lint, typecheck, test, docker) - Generate pnpm-lock.yaml - Add .gitignore Co-Authored-By: Paperclip <noreply@paperclip.ing>
3 lines
104 B
SQL
3 lines
104 B
SQL
-- Add image field to pets table for demo pet image support
|
|
ALTER TABLE "pets" ADD COLUMN "image" text;
|