Changeset 26056 for extensions/BatchDownloader
- Timestamp:
- Dec 20, 2013, 4:22:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/maintain.inc.php
r25932 r26056 115 115 // add "ready" status 116 116 pwg_query('ALTER TABLE `' . $prefixeTable . 'download_sets` CHANGE `status` `status` enum("new","ready","download","done") NOT NULL DEFAULT "new";'); 117 118 $this->installed = true; 117 119 } 118 120
Note: See TracChangeset
for help on using the changeset viewer.