From 5404250e9ecc0f54fd9e9f3d88bc3fa5a28b7479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Tue, 1 Aug 2017 16:58:40 +0200 Subject: [PATCH] Update SQL --- esx_phone.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esx_phone.sql b/esx_phone.sql index 8896abdf..0517238e 100644 --- a/esx_phone.sql +++ b/esx_phone.sql @@ -8,4 +8,4 @@ CREATE TABLE `user_contacts` ( ALTER TABLE `user_contacts` ADD PRIMARY KEY (`id`); ALTER TABLE `users` -ADD COLUMN `phone_number` INT NULL AFTER `position`; +ADD COLUMN `phone_number` INT NULL;