]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBA.php
Added new field to the test data
[friendica.git] / src / Database / DBA.php
index f35428718d8fe9c6d9d02e22ad590dd91c89b036..9825d06c683a7791fee2a9ff95e9d7ff43f0b3e2 100644 (file)
@@ -741,17 +741,6 @@ class DBA
                return DI::dba()->processlist();
        }
 
-       /**
-        * Test if the given table exists
-        *
-        * @param string $table
-        * @return bool
-        */
-       public static function tableExists(string $table)
-       {
-               return DI::dba()->tableExists($table);
-       }
-
        /**
         * Fetch a database variable
         *