Skip to content

Commit 809c22e

Browse files
authored
Merge pull request #1429 from dfpc-coe/iconset-fix
Iconset Name Fix
2 parents 09cce78 + 64b0c6d commit 809c22e

3 files changed

Lines changed: 3576 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Custom SQL migration file, put your code below! --
2+
3+
UPDATE icons
4+
SET name = REGEXP_REPLACE(SUBSTRING(path FROM '/(.*)'), '\.[^.]+$', '');
5+

0 commit comments

Comments
 (0)