mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
Support global routes
This commit is contained in:
parent
7e47c1cb8a
commit
c8a6b8de79
8 changed files with 94 additions and 41 deletions
|
|
@ -4,4 +4,5 @@
|
|||
<column name="type" type="varchar" size="15" notnull="notnull" />
|
||||
<column name="route_regexp" type="text" />
|
||||
<column name="route_config" type="text" />
|
||||
<column name="global_route" type="char" size="1" notnull="notnull" default="N" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue