-- Drop the legacy options column after successful migration to structured columns -- Safe to run on fresh installs (column doesn't exist, silently succeeds in SQLite 3.35+) -- For SQLite < 3.35 this would fail; nasctl requires modern SQLite. ALTER TABLE nfs_exports DROP COLUMN options;