summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2010-11-02 14:31:17 +0100
committerjasplin <qt-info@nokia.com>2010-11-02 14:31:17 +0100
commit0a2fa49f2b7051a4de31577fe6caee9c6937734b (patch)
tree4075c450a91fae82a8835d51256f144a0ea400f5 /database
parent49f91df5cc932b71405caaa7a2e9cdcf13f3eea6 (diff)
Removed trailing whitespace.
Diffstat (limited to 'database')
-rw-r--r--database/scripts/tabledefs.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/scripts/tabledefs.sql b/database/scripts/tabledefs.sql
index f7e84ab..ec0252c 100644
--- a/database/scripts/tabledefs.sql
+++ b/database/scripts/tabledefs.sql
@@ -41,7 +41,7 @@ CREATE TABLE result
-- Environment:
hostId BIGINT NOT NULL REFERENCES host ON DELETE CASCADE,
platformId BIGINT NOT NULL REFERENCES platform ON DELETE CASCADE,
-
+
-- Revision:
branchId BIGINT NOT NULL REFERENCES branch ON DELETE CASCADE,
sha1Id BIGINT NOT NULL REFERENCES sha1 ON DELETE CASCADE,