diff options
Diffstat (limited to 'sqitch/revert')
-rw-r--r-- | sqitch/revert/derivation_source_files_store_path_hash_index.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/revert/derivation_source_files_store_path_hash_index.sql b/sqitch/revert/derivation_source_files_store_path_hash_index.sql new file mode 100644 index 0000000..89190d8 --- /dev/null +++ b/sqitch/revert/derivation_source_files_store_path_hash_index.sql @@ -0,0 +1,7 @@ +-- Revert guix-data-service:derivation_source_files_store_path_hash_index from pg + +BEGIN; + +DROP INDEX derivation_source_files_hash; + +COMMIT; |