Skip to content
5 changes: 5 additions & 0 deletions icons/folder-migrations-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/folder-migrations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-database',
folderNames: ['db', 'data', 'database', 'databases', 'sql'],
},
{ name: 'folder-migrations', folderNames: ['migrations', 'migration'] },
{ name: 'folder-log', folderNames: ['log', 'logs', 'logging'] },
{ name: 'folder-target', folderNames: ['target'] },
{
Expand Down