mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
7 lines
193 B
PHP
7 lines
193 B
PHP
<?php
|
|
//do some dummy stuff to test the newly created tables
|
|
/*
|
|
$query=OC_DB::prepare("INSERT INTO *PREFIX*test_dummy(foo_name,foo_value) VALUES(?,?)");
|
|
$query->execute(array('bar',42));
|
|
*/
|
|
?>
|