Fossil

Diff
Login

Differences From Artifact [d70ee363fd]:

To Artifact [b9dcd40579]:


94
95
96
97
98
99
100
101


102
103

104
105
106
107
108
109
110
94
95
96
97
98
99
100

101
102
103

104
105
106
107
108
109
110
111







-
+
+

-
+







@   mimetype TEXT,
@   icomment TEXT
@ );
@ CREATE INDEX ticketchng_idx1 ON ticketchng(tkt_id, tkt_mtime);
;

/*
** Return the ticket table definition
** Return the ticket table definition in heap-allocated
** memory owned by the caller.
*/
const char *ticket_table_schema(void){
char *ticket_table_schema(void){
  return db_get("ticket-table", zDefaultTicketTable);
}

/*
** Common implementation for the ticket setup editor pages.
*/
static void tktsetup_generic(