mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
14 lines
162 B
PHP
14 lines
162 B
PHP
<?php
|
|
|
|
namespace Zotlabs\Update;
|
|
|
|
class _1082 {
|
|
function run() {
|
|
$r = q("DROP TABLE `challenge` ");
|
|
if($r)
|
|
return UPDATE_SUCCESS;
|
|
return UPDATE_FAILED;
|
|
}
|
|
|
|
|
|
} |