diff options
Diffstat (limited to 'sqitch/revert')
-rw-r--r-- | sqitch/revert/git_repositories_add_fetch_with_authentication_field.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/revert/git_repositories_add_fetch_with_authentication_field.sql b/sqitch/revert/git_repositories_add_fetch_with_authentication_field.sql new file mode 100644 index 0000000..991039d --- /dev/null +++ b/sqitch/revert/git_repositories_add_fetch_with_authentication_field.sql @@ -0,0 +1,7 @@ +-- Revert guix-data-service:git_repositories_add_fetch_with_authentication_field from pg + +BEGIN; + +-- XXX Add DDLs here. + +COMMIT; |