mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
8 lines
106 B
MySQL
8 lines
106 B
MySQL
|
select source,
|
||
|
pre,
|
||
|
destination,
|
||
|
abs,
|
||
|
code
|
||
|
from redirects
|
||
|
where active = true
|