From 5dea10e27c1625ecaf50e4fb49f13c836ef5a1c2 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 5 Apr 2011 22:30:10 -0700 Subject: [PATCH] Fix field capitalization. --- resources/sql/patches/020.pathcapital.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/sql/patches/020.pathcapital.sql diff --git a/resources/sql/patches/020.pathcapital.sql b/resources/sql/patches/020.pathcapital.sql new file mode 100644 index 0000000000..fb91e61d9c --- /dev/null +++ b/resources/sql/patches/020.pathcapital.sql @@ -0,0 +1,2 @@ +ALTER TABLE phabricator_differential.differential_diff + CHANGE sourceControlpath sourceControlPath varchar(255); \ No newline at end of file