diff --git a/migrations/000.058.sql b/migrations/000.058.sql new file mode 100644 index 0000000..b596bbc --- /dev/null +++ b/migrations/000.058.sql @@ -0,0 +1,5 @@ +ALTER TABLE designers DROP COLUMN IF EXISTS logotype; + +ALTER TABLE designers ADD COLUMN logotype varchar; + +UPDATE designers SET logotype = 'designers/' || designerid || '.jpg'; \ No newline at end of file