noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 41/65: database upgrade


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 41/65: database upgrade
Date: Wed, 09 Sep 2015 08:27:23 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit df93087254aeef7a5b45d2f90a861484f7b5e0dc
Author: Dany De Bontridder <address@hidden>
Date:   Sat Sep 5 13:24:27 2015 +0200

    database upgrade
---
 html/admin/sql/patch/upgrade120.sql |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/html/admin/sql/patch/upgrade120.sql 
b/html/admin/sql/patch/upgrade120.sql
new file mode 100644
index 0000000..9685380
--- /dev/null
+++ b/html/admin/sql/patch/upgrade120.sql
@@ -0,0 +1,7 @@
+begin;
+
+
+update version set val=121;
+
+commit;
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]