issues
search
fetchai
/
ledger-subquery
This is the Fetch Ledger SubQuery project, an indexer for the Fetch network.
MIT License
2
stars
10
forks
source link
chore: authz support DB migration
#163
Closed
bryanchriswhite
closed
2 years ago
bryanchriswhite
commented
2 years ago
Changes
add [.gmrc]() action to run migrations/initial_schema.sql on reset (
graphile-migrate reset --erase
)
add placeholder files for facilitating migrations workflow:
migrations/current.ts
migrations/current.sql
migrations/initial_schema.sql
add package script to build migration TypeScript with plv8ify
retroactively add migration for #82
add DB migrations section to the readme
Changes
graphile-migrate reset --erase
)