mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
Updates UI components and gitignore rules for database backups, adds Facebook links to news org window, and improves desktop window title handling.
374 B
374 B
Database contents
This is where I put the database schemas, that contains everything (the user account & password info is NOT avaiable in the backup.)
How to import
Import the schema:
psql -d database -f database_dump.sql
Hoe to create a database_dump
Type or copy This
pg_dump -U your_username -d your_database --schema-only > schema.sql