mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
eda62a91dc
* Move to yaml sqlc config * Add util for ungraceful sql execs * Fix messages schema + add indexes * Add migration to drop+recreate messages table * Create index only if does not exist * Fix typo * Unexport function
6 lines
103 B
YAML
6 lines
103 B
YAML
version: 1
|
|
packages:
|
|
- path: db
|
|
name: db
|
|
schema: 'db/schema.sql'
|
|
queries: 'db/query.sql'
|