fc1ed81561
Use it to calculate width and height of small images in lists. Since the old database should be migratable to the new, the width and height fields are nullable. I aim to make them not nullable later, after all images in the database has got width and height.
3 lines
77 B
SQL
3 lines
77 B
SQL
ALTER TABLE photos DROP COLUMN width;
|
|
ALTER TABLE photos DROP COLUMN height;
|