We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09cce78 + 64b0c6d commit 809c22eCopy full SHA for 809c22e
3 files changed
api/migrations/0168_mighty_puck.sql
@@ -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