From b3826410aebfbe065898d2d7d2a663f23175ce0c Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 24 Nov 2016 14:35:58 -0800 Subject: [PATCH] Add note re FK constraints after load() --- doc/RESTORE_FROM_SQLITE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RESTORE_FROM_SQLITE.md b/doc/RESTORE_FROM_SQLITE.md index ae931dba..766e124b 100644 --- a/doc/RESTORE_FROM_SQLITE.md +++ b/doc/RESTORE_FROM_SQLITE.md @@ -26,4 +26,4 @@ $ rqlite +----+-------+ ``` -The behavior of the restore operation when data already exists on the node is undefined. \ No newline at end of file +The behavior of the restore operation when data already exists on the node is undefined. Also, please note that SQLite dump files normally contain a command to disable Foreign Key constraints. If you wish to re-enable Foreign Key constraints after the load operation completes, check out [this documentation](https://github.com/rqlite/rqlite/blob/master/doc/FOREIGN_KEY_CONSTRAINTS.md). \ No newline at end of file