Changeset 30314 for trunk/ippTools/share
- Timestamp:
- Jan 20, 2011, 10:24:30 AM (16 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
pstamptool_pendingreq.sql (modified) (1 diff)
-
pxadmin_create_tables.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pstamptool_pendingreq.sql
r27874 r30314 3 3 pstampRequest.*, 4 4 pstampDataStore.outProduct AS ds_outProduct, 5 IFNULL(pstampDataStore.need_magic, 1) AS need_magic, 5 6 IFNULL(Label.priority, 10000) AS priority 6 7 FROM pstampRequest -
trunk/ippTools/share/pxadmin_create_tables.sql
r30049 r30314 1391 1391 uri VARCHAR(255), 1392 1392 pollInterval INTEGER DEFAULT 60, 1393 need_magic TINYINT, 1393 1394 PRIMARY KEY(ds_id), 1394 1395 KEY(ds_id)
Note:
See TracChangeset
for help on using the changeset viewer.
