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/Hostname.sql')
-rw-r--r--res/sql/Hostname.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/sql/Hostname.sql b/res/sql/Hostname.sql
index 20b36e39..99c4c31b 100644
--- a/res/sql/Hostname.sql
+++ b/res/sql/Hostname.sql
@@ -1 +1 @@
-UPDATE Hosts SET hostname = 'dark.local' WHERE hostnum = 1;
+INSERT INTO `Hosts` (`hostnum`, `hostname`, `timestamp`) VALUES (1,'dark.local',NOW());