You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
138B

  1. ALTER TABLE app_settings
  2. ADD COLUMN master_prompt TEXT NOT NULL DEFAULT '';
  3. ALTER TABLE app_settings
  4. ADD COLUMN prompt_blocks_json BLOB;