Ver Fonte

p_usrloc: location.sql missing INSTANCE_COL

Lucian Balaceanu há 8 anos atrás
pai
commit
b8d5c7fbe9
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/modules/p_usrloc/location.sql

+ 1 - 0
src/modules/p_usrloc/location.sql

@@ -17,6 +17,7 @@ CREATE TABLE location (
     user_agent VARCHAR(255) DEFAULT '' NOT NULL,
     socket VARCHAR(64) DEFAULT NULL,
     methods INT(11) DEFAULT NULL,
+    instance VARCHAR(255) DEFAULT NULL,
     reg_id INTEGER DEFAULT 0 NOT NULL
 ) ENGINE=MyISAM;