mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
add index is_admin column, and more improving.
This commit is contained in:
parent
e9acd7fe14
commit
39cc333f33
5 changed files with 14 additions and 16 deletions
|
|
@ -15,5 +15,5 @@
|
|||
<column name="tags" type="text" />
|
||||
<column name="extra_vars" type="text" />
|
||||
<column name="reason_update" type="text" />
|
||||
<column name="is_admin" type="varchar" size="1" />
|
||||
<column name="is_admin" type="varchar" size="1" index="idx_is_admin" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue