From 427a3a6b1e2ba942856f6e10f39c33272762f6b1 Mon Sep 17 00:00:00 2001
From: fred-fri <fred-fri@dsv.su.se>
Date: Thu, 10 May 2012 12:31:09 +0900
Subject: [PATCH] just in case update of current.sql

---
 resources/db_update_scripts/current.sql | 1 -
 1 file changed, 1 deletion(-)

diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql
index 788ca7b00d..98e4883009 100644
--- a/resources/db_update_scripts/current.sql
+++ b/resources/db_update_scripts/current.sql
@@ -6,7 +6,6 @@ CREATE TABLE IF NOT EXISTS `Keyword_Keyword` (
   KEY `FKC121395356E25A3A` (`associatedKeywords_id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
 
-
 ALTER TABLE `Keyword_Keyword`
   ADD CONSTRAINT `FKC121395356E25A3A` FOREIGN KEY (`associatedKeywords_id`) REFERENCES `Keyword` (`id`),
   ADD CONSTRAINT `FKC121395398ED461` FOREIGN KEY (`Keyword_id`) REFERENCES `Keyword` (`id`);
\ No newline at end of file