You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/database/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The migrations should be used to update the live Sourcify production and staging
25
25
Schema changes should be made depending on the type of change:
26
26
If they are a Sourcify extension, they should be made inside this repo.
27
27
If they concern the Verifier Alliance schema, changes should be made in the Verifier Alliance [database-specs](https://github.com/verifier-alliance/database-specs) repository and then be pulled into this repository by updating the git submodule.
28
+
After updating the submodule, the schema dump `sourcify-database.sql` should be updated by running the migrations from this repository.
28
29
29
30
Any new migration should be capable of updating the live Sourcify staging and production databases.
0 commit comments