浏览代码

- removed from the subscriber table the following fields:
- first_name
- last_name
- email_address
- datetime_created
- timezone
as these fields are not used by openser itself (but rather by whatever provisioning tools)


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3782 689a6050-402a-0410-94f2-e92a70836424

Bogdan-Andrei Iancu 17 年之前
父节点
当前提交
b22602f51c
共有 1 个文件被更改,包括 0 次插入32 次删除
  1. 0 32
      lib/srdb1/schema/subscriber.xml

+ 0 - 32
lib/srdb1/schema/subscriber.xml

@@ -53,22 +53,6 @@
         <description>Password</description>
     </column>
 
-    <column>
-        <name>first_name</name>
-        <type>string</type>
-        <size>&user_len;</size>
-        <default/>
-        <description>First name</description>
-    </column>
-
-    <column>
-        <name>last_name</name>
-        <type>string</type>
-        <size>&user_len;</size>
-        <default/>
-        <description>Last name</description>
-    </column>
-
     <column>
         <name>email_address</name>
         <type>string</type>
@@ -77,13 +61,6 @@
         <description>Email address</description>
     </column>
 
-    <column>
-        <name>datetime_created</name>
-        <type>datetime</type>
-        <default>&DEFAULT_DATETIME;</default>
-        <description>Date and time when this record was created</description>
-    </column>
-
     <column>
         <name>ha1</name>
         <type>string</type>
@@ -100,15 +77,6 @@
         <description>md5(username@domain:realm:password)</description>
     </column>
 
-    <column>
-        <name>timezone</name>
-        <type>string</type>
-        <size>&domain_len;</size>
-        <null/>
-        <default><null/></default>
-        <description>User's time zone</description>
-    </column>
-
     <column>
         <name>rpid</name>
         <type>string</type>