From d91f47e582f6dff2ad0d83eb0061d40da810d41b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 20 Nov 2020 12:23:07 +0100 Subject: [PATCH] Remove executable bit on .nix and .sql file --- nix/nixpkgs-upgrade.nix | 0 test/fixtures/schema.sql | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 nix/nixpkgs-upgrade.nix mode change 100755 => 100644 test/fixtures/schema.sql diff --git a/nix/nixpkgs-upgrade.nix b/nix/nixpkgs-upgrade.nix old mode 100755 new mode 100644 diff --git a/test/fixtures/schema.sql b/test/fixtures/schema.sql old mode 100755 new mode 100644