[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: Bug #1014 : failed to save an action i
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: Bug #1014 : failed to save an action is title is too large |
Date: |
Thu, 07 Aug 2014 15:28:25 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 97ec56c14a303ae98ad3dbd1ea43d733ae18b965
Author: Dany De Bontridder <address@hidden>
Date: Sun Aug 3 11:59:52 2014 +0200
Bug #1014 : failed to save an action is title is too large
---
sql/upgrade.sql | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/sql/upgrade.sql b/sql/upgrade.sql
index 6481d83..688ae8d 100644
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@ -14,4 +14,7 @@ begin
end if;
end;
$function$
- language plpgsql;
\ No newline at end of file
+ language plpgsql;
+
+-- bug
+alter table action_gestion alter ag_title type text;