Skip to content
Snippets Groups Projects
Commit 6362e3af authored by Amber Brown's avatar Amber Brown
Browse files

add more comments

parent 6f9f0800
No related branches found
No related tags found
No related merge requests found
Building full schema dumps Building full schema dumps
========================== ==========================
These schemas need to be made from a database that has had all background updates run.
Postgres Postgres
-------- --------
...@@ -11,4 +13,7 @@ SQLite ...@@ -11,4 +13,7 @@ SQLite
$ sqlite3 $DATABASE_FILE ".schema" > full.sql.sqlite $ sqlite3 $DATABASE_FILE ".schema" > full.sql.sqlite
After
-----
Delete the CREATE statements for "sqlite_stat1", "schema_version", "applied_schema_deltas", and "applied_module_schemas". Delete the CREATE statements for "sqlite_stat1", "schema_version", "applied_schema_deltas", and "applied_module_schemas".
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment