Add image_path column to albums table

This commit is contained in:
2024-05-16 18:13:14 -04:00
parent 60ad643669
commit cc4aee4ab4
4 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE albums ADD COLUMN image_path VARCHAR;