Skip to content

Commit

Permalink
fix: data sources ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Oct 1, 2023
1 parent aefb297 commit afa7985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/datasources/get_datasources.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from datasources.base import DatasourceType, DatasourceCategory

DATASOURCES = [
FileDatasource(),
PostgresDatasource(),
MySQLDatasource(),
FileDatasource(),
]

COMING_SOON = [
Expand Down

0 comments on commit afa7985

Please sign in to comment.