Assets
Database dump
dump.sql.gzThe file is a PostgreSQL database dump. To import data decompress the file and run the following command:
psql --host=<YOUR DB HOST> --port=<YOUR DB PORT> --username=<YOUR DB USER> -d <EXISTING DATABASE> < dump.sql
Schemas