down.sql 99 B

123
  1. -- This file should undo anything in `up.sql`
  2. ALTER TABLE user_table
  3. DROP COLUMN stability_ai_key;