Created
January 18, 2012 18:26
-
-
Save cwarden/1634661 to your computer and use it in GitHub Desktop.
prevent duplicate cron entries for CDA queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <properties name="unique_cron_entries" unique="true"> | |
| <property name="cdaFile" not-null="true" type="string"> | |
| <column length="254" name="cdaFile" not-null="true"/> | |
| </property> | |
| <property name="dataAccessId" not-null="true" type="string"> | |
| <column length="254" name="dataAccessId" not-null="true"/> | |
| </property> | |
| <property name="userName" type="string"> | |
| <column name="uname"/> | |
| </property> | |
| <property name="cronString" not-null="true" type="string"> | |
| <column length="254" name="cronString" not-null="true"/> | |
| </property> | |
| </properties> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment