Changeset 3196

Show
Ignore:
Timestamp:
05/06/07 03:10:09 (20 months ago)
Author:
inureyes
Message:

#385

  • 피드 생성 루틴 수정
  • 이미 만든 사람들은 다 어쩌지;;
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/plugins/PN_Subscription_Default/index.xml

    r3184 r3196  
    1212  <safety changeData="no" exposeData="no" accessLocal="no" accessRemote="no" accessRaw="yes" /> 
    1313  <requirements> 
    14     <textcube>1.1</textcube> 
     14    <textcube>1.5</textcube> 
    1515  </requirements> 
    1616  <binding> 
     
    3535        <field> 
    3636          <name>ip</name> 
    37             <attribute>int</attribute> 
    38             <length>11</length> 
     37            <attribute>varchar</attribute> 
     38            <length>16</length> 
     39            <isnull>0</isnull> 
    3940          </field> 
    4041          <field> 
    4142            <name>host</name> 
    4243            <attribute>varchar</attribute> 
    43             <length>24</length> 
     44            <length>64</length> 
    4445          </field> 
    4546          <field> 
     
    4748            <attribute>varchar</attribute> 
    4849            <length>128</length> 
     50            <isnull>0</isnull> 
    4951          </field> 
    5052          <field> 
     
    5254            <attribute>int</attribute> 
    5355            <length>11</length> 
     56            <isnull>0</isnull> 
    5457            <default>0</default> 
    5558          </field> 
     
    6265          <field> 
    6366            <name>ip</name> 
    64             <attribute>int</attribute> 
    65             <length>11</length> 
     67            <attribute>varchar</attribute> 
     68            <length>16</length> 
    6669            <isnull>0</isnull> 
    6770          </field> 
     
    6972            <name>host</name> 
    7073            <attribute>varchar</attribute> 
    71             <length>24</length> 
     74            <length>64</length> 
    7275            <isnull>0</isnull> 
    7376          </field>