diff options
Diffstat (limited to 'sqlite3_opt_foreign_keys.go')
-rw-r--r-- | sqlite3_opt_foreign_keys.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_opt_foreign_keys.go b/sqlite3_opt_foreign_keys.go index 882a1cd..fd6d97d 100644 --- a/sqlite3_opt_foreign_keys.go +++ b/sqlite3_opt_foreign_keys.go @@ -2,6 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. + // +build sqlite_foreign_keys package sqlite3 |