mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
changed order for feature toggles.
This commit is contained in:
parent
08c2614f80
commit
c2a809a819
@ -25,7 +25,7 @@ function getFeatures() {
|
||||
return knex
|
||||
.select(FEATURE_COLUMNS)
|
||||
.from('features')
|
||||
.orderBy('created_at', 'desc')
|
||||
.orderBy('name', 'asc')
|
||||
.map(rowToFeature);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user