-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsqlc.yaml
More file actions
22 lines (22 loc) · 726 Bytes
/
Copy pathsqlc.yaml
File metadata and controls
22 lines (22 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: "2"
sql:
- engine: "sqlite"
queries: "internal/db/queries.sql"
schema:
- "migrations/001_initial_schema.sql"
- "migrations/003_system_logs.sql"
- "migrations/005_projects_and_payment_updates.sql"
- "migrations/006_payment_dismissed.sql"
- "migrations/007_project_multiple_vs.sql"
- "migrations/008_email_outbox_and_templates.sql"
- "migrations/009_email_multilingual.sql"
- "migrations/013_settings.sql"
- "migrations/015_revbank.sql"
- "migrations/016_workshop_reservations.sql"
gen:
go:
package: "db"
out: "internal/db"
emit_json_tags: true
emit_empty_slices: true
emit_exact_table_names: false