chore: split queries.sql into files by table (#762)

This commit is contained in:
Colin Adler
2022-04-01 15:45:23 -05:00
committed by GitHub
parent 2b1a0ee126
commit fd523100bf
27 changed files with 2816 additions and 2770 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
version: "1"
packages:
- name: "database"
path: "."
queries: "./query.sql"
path: "./queries"
queries: "./queries"
schema: "./dump.sql"
engine: "postgresql"
emit_interface: true