Patcher compatibility with postgres improved ('timestamp with time zone' data type support)

main
Inga 🏳‍🌈 12 years ago
parent fe23aa3f42
commit b0356fd6e3
  1. 2
      Patcher/Resources/IPatch.xsd

@ -21,7 +21,7 @@
<xs:simpleType name="dbType"> <xs:simpleType name="dbType">
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z_][a-zA-Z_01-9]+(\([01-9]+(,[01-9]+)?\))?"/> <xs:pattern value="[a-zA-Z_][a-zA-Z_01-9]+( [a-zA-Z_][a-zA-Z_01-9]+)*(\([01-9]+(,[01-9]+)?\))?"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>

Loading…
Cancel
Save