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