Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'res/sql/Version.sql')
-rw-r--r--res/sql/Version.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/sql/Version.sql b/res/sql/Version.sql
new file mode 100644
index 00000000..0df298f2
--- /dev/null
+++ b/res/sql/Version.sql
@@ -0,0 +1 @@
+INSERT INTO `Host_Config` (`confignum`, `hostnum`, `application`, `name`, `value`, `timestamp`) VALUES (1,NULL,'magmad','magma.version','6',NOW());