Skip to content

Commit

Permalink
Update MIGRATIONS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yepoleb committed Apr 8, 2021
1 parent 5814bd7 commit de1305a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MIGRATIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Database Migrations

Read top to bottom.

## cec5ebc

Remove the `searchindex` table and add a product column instead.
Expand Down Expand Up @@ -88,3 +90,8 @@ Rename availability to access.
## 675db34

ALTER TABLE languages ALTER COLUMN isocode TYPE VARCHAR(20);

## JSON based

export GOGDB_CONFIG=/etc/gogdb/config-production.py # New config
scripts/run.sh exporter 'postgresql://user:pwd@localhost:5432/gogdb'

0 comments on commit de1305a

Please sign in to comment.