init
This commit is contained in:
6
migrations/add_image_url.sql
Normal file
6
migrations/add_image_url.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Migration: Add image_url column to drops table
|
||||
-- Run this to add support for image uploads
|
||||
|
||||
ALTER TABLE `drops`
|
||||
ADD COLUMN `image_url` VARCHAR(255) DEFAULT NULL AFTER `unit`;
|
||||
|
||||
Reference in New Issue
Block a user