summaryrefslogtreecommitdiffstats
path: root/Database
diff options
context:
space:
mode:
authortt412011-08-01 23:37:10 +0200
committertt412011-08-01 23:37:10 +0200
commit86fd030ea82fce5a58b6f1df883e3d46f0651319 (patch)
tree7ee4d43b176abe95130f6be2328d6045414ea0b8 /Database
parentrename device name. (diff)
downloadgsm-selftest-86fd030ea82fce5a58b6f1df883e3d46f0651319.tar.gz
gsm-selftest-86fd030ea82fce5a58b6f1df883e3d46f0651319.tar.xz
gsm-selftest-86fd030ea82fce5a58b6f1df883e3d46f0651319.zip
rename device name on database.
Diffstat (limited to 'Database')
-rw-r--r--Database/DeviceAddressTable.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/Database/DeviceAddressTable.sql b/Database/DeviceAddressTable.sql
index a9efc7b..8f4330a 100644
--- a/Database/DeviceAddressTable.sql
+++ b/Database/DeviceAddressTable.sql
@@ -42,8 +42,8 @@ INSERT INTO `DeviceAddressTable` (`deviceName`, `deviceIP`, `number`, `lastChang
('sip', 'localhost', '07612034661928', '2011-07-26 00:00:00'),
('unisip', 'localhost', '076120397897', '2011-07-27 00:00:00'),
('landline', 'localhost', '076145875681', '2011-07-26 00:00:00'),
-('gsmr1', 'localhost', '07612034661xxx', '2011-07-27 15:47:08'),
-('gsmr2', '132.230.4.64', '07612034661455', '2011-07-27 15:48:04'),
-('gsmeE', 'localhost', '015782677224', '2011-07-28 14:33:43'),
-('gsmeV', 'localhost', '015252423662', '2011-07-28 14:35:33'),
-('gsmeO', 'localhost', '017678038038', '2011-07-28 14:36:13');
+('GSMRZ1', 'localhost', '07612034661xxx', '2011-07-27 15:47:08'),
+('GSMRZ2', '132.230.4.64', '07612034661455', '2011-07-27 15:48:04'),
+('GSMExt.Eplus', 'localhost', '015782677224', '2011-07-28 14:33:43'),
+('GSMExt.Voda', 'localhost', '015252423662', '2011-07-28 14:35:33'),
+('GSMExt.O2', 'localhost', '017678038038', '2011-07-28 14:36:13');