aboutsummaryrefslogtreecommitdiff
path: root/h-source/tables.sql
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2014-09-16 08:03:29 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2014-09-16 08:03:29 +0000
commit11972639df8315753123ebccdadee1f596807ad0 (patch)
tree7c932d7e2f0d66afa55e603960f86cef7b00c5ff /h-source/tables.sql
parent6209923d6cfb2418ee926cccdc62a9383e14bd97 (diff)
Integrated new EasyGiant Library
Diffstat (limited to 'h-source/tables.sql')
-rw-r--r--h-source/tables.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/tables.sql b/h-source/tables.sql
index 3c11b38..5943806 100644
--- a/h-source/tables.sql
+++ b/h-source/tables.sql
@@ -270,6 +270,8 @@ CREATE TABLE IF NOT EXISTS `params` (
PRIMARY KEY (`id_par`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;
+insert into params (updating) values ('no');
+
-- --------------------------------------------------------
--