3 lines
141 B
MySQL
3 lines
141 B
MySQL
|
|
-- Migration 107: Add is_public to gear_items (v0.501 G1.1)
|
||
|
|
ALTER TABLE gear_items ADD COLUMN IF NOT EXISTS is_public BOOLEAN DEFAULT false;
|