diff --git a/migrations/000.057.sql b/migrations/000.057.sql new file mode 100644 index 0000000..919a0c8 --- /dev/null +++ b/migrations/000.057.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