NotParcel/migrations/006_update_hubs_add_logChannel

3 lines
59 B
Plaintext

ALTER TABLE hubs
ADD COLUMN logChannel VARCHAR(255);
-- Uhh