From a20ea008e83b2922e4c64cf7d4f6ec8f1fc9e9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arwid=20Thornstr=C3=B6m?= Date: Tue, 28 Jan 2025 12:53:59 +0100 Subject: [PATCH] update path and username on pwb user (#454) * update path and username on pwb user * moved file --- migrations/000.531.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/000.531.sql diff --git a/migrations/000.531.sql b/migrations/000.531.sql new file mode 100644 index 0000000..03c0565 --- /dev/null +++ b/migrations/000.531.sql @@ -0,0 +1 @@ +UPDATE designers SET path = 'pwb', username = 'pwb' WHERE designerid = 251;