mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 187 db table prefix change to not required
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9633 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e6a7e15991
commit
5432fb3bda
7 changed files with 7 additions and 7 deletions
|
|
@ -5,6 +5,6 @@
|
|||
<fields>
|
||||
<field name="db_type" required="true" default="mysql" />
|
||||
<field name="db_database" required="true" length="1:250" />
|
||||
<field name="db_table_prefix" required="true" length="2:20" rule="alpha" default="xe" />
|
||||
<field name="db_table_prefix" length="2:20" rule="alpha" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue