| Revision 907,
335 bytes
checked in by bogdanpasoi@…, 4 years ago
(diff) |
|
Cleaned up scripts folder.
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #! /usr/bin/env php |
|---|
| 2 | <?php |
|---|
| 3 | require_once(dirname($argv[0]) . "/utilities.php"); |
|---|
| 4 | require_once(IA_ROOT_DIR."common/db/attachment.php"); |
|---|
| 5 | |
|---|
| 6 | ini_set("memory_limit", "128M"); |
|---|
| 7 | |
|---|
| 8 | db_connect(); |
|---|
| 9 | $query = "ALTER TABLE `ia_task` ADD `open_source` BOOL NOT NULL DEFAULT '0', |
|---|
| 10 | ADD `open_tests` BOOL NOT NULL DEFAULT '0'"; |
|---|
| 11 | db_query($query); |
|---|
| 12 | ?> |
|---|
| 13 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.