• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 14 more files in changeset.
adjusted wf_ticket to inherit from acs_object instead of null

use of drop_package to drop all functions created

Add default creation_date handling when passing null or 0 as value for that

Start postgres port

    • -0
    • +149
    ./ticket-workflow-create.sql
    • -0
    • +103
    ./wf-ticket-tracker-create.sql
    • -0
    • +9
    ./wf-ticket-tracker-drop.sql