1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00

Rename test database

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@905 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-07-24 12:30:52 +00:00
parent d1325f8673
commit b2107e8985
24 changed files with 46 additions and 45 deletions

View File

@@ -13,13 +13,13 @@
</thead><tbody>
<tr>
<td>open</td>
<td>/adminer/adminer/?db=selenium&amp;view=</td>
<td>/adminer/adminer/?db=adminer_test&amp;view=</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>select</td>
<td>SELECT albums.id, albums.album, interprets.interpret<br />FROM albums<br />LEFT JOIN interprets ON albums.interpret = interprets.id</td>
<td>SELECT albums.id, albums.title, interprets.name<br />FROM albums<br />LEFT JOIN interprets ON albums.interpret = interprets.id</td>
</tr>
<tr>
<td>type</td>