Changeset 3196
- Timestamp:
- 05/06/07 03:10:09 (20 months ago)
- Files:
-
- 1 modified
-
sandbox/plugins/PN_Subscription_Default/index.xml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/plugins/PN_Subscription_Default/index.xml
r3184 r3196 12 12 <safety changeData="no" exposeData="no" accessLocal="no" accessRemote="no" accessRaw="yes" /> 13 13 <requirements> 14 <textcube>1. 1</textcube>14 <textcube>1.5</textcube> 15 15 </requirements> 16 16 <binding> … … 35 35 <field> 36 36 <name>ip</name> 37 <attribute>int</attribute> 38 <length>11</length> 37 <attribute>varchar</attribute> 38 <length>16</length> 39 <isnull>0</isnull> 39 40 </field> 40 41 <field> 41 42 <name>host</name> 42 43 <attribute>varchar</attribute> 43 <length> 24</length>44 <length>64</length> 44 45 </field> 45 46 <field> … … 47 48 <attribute>varchar</attribute> 48 49 <length>128</length> 50 <isnull>0</isnull> 49 51 </field> 50 52 <field> … … 52 54 <attribute>int</attribute> 53 55 <length>11</length> 56 <isnull>0</isnull> 54 57 <default>0</default> 55 58 </field> … … 62 65 <field> 63 66 <name>ip</name> 64 <attribute> int</attribute>65 <length>1 1</length>67 <attribute>varchar</attribute> 68 <length>16</length> 66 69 <isnull>0</isnull> 67 70 </field> … … 69 72 <name>host</name> 70 73 <attribute>varchar</attribute> 71 <length> 24</length>74 <length>64</length> 72 75 <isnull>0</isnull> 73 76 </field>
