Browse Source

things we don't need

Amber Brown 5 years ago
parent
commit
078535ae08
1 changed files with 0 additions and 16 deletions
  1. 0 16
      synapse/storage/schema/full_schemas/README.md

+ 0 - 16
synapse/storage/schema/full_schemas/README.md

@@ -1,16 +0,0 @@
-Building full schema dumps
-==========================
-
-Postgres
---------
-
-$ pg_dump --schema-only --no-comments --no-tablespaces --no-acl --no-owner ${DATABASE_NAME} > full.sql.postgres
-
-In the resulting file, delete all SET commands from the top of the file.
-
-SQLite
-------
-
-$ sqlite3 $DATABASE_FILE ".schema" > full.sql.sqlite
-
-Delete the CREATE statements for "schema_version", "applied_schema_deltas", and "applied_module_schemas".