Files
oak-gpui/crates/collab/migrations/20240315183903_channel_parent_path_not_null.sql
T
2024-03-15 13:04:48 -06:00

3 lines
82 B
SQL

-- Add migration script here
ALTER TABLE channels ALTER parent_path SET NOT NULL;