瀏覽代碼

p_usrloc: location.sql missing INSTANCE_COL

Lucian Balaceanu 8 年之前
父節點
當前提交
b8d5c7fbe9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;