Files
EasyFlow/sql/initdb
陈子默 9600d0855e feat(ai): add three-level FAQ category management
- add FAQ category table/sql migration and initialize ddl updates

- add category service/controller with validation, default category rules, and sorting

- support faq item category binding and category-based filtering (include descendants)

- redesign FAQ page with category tree actions and UI polish
2026-02-25 16:53:31 +08:00
..

EasyFlow Init SQL

This directory is for fresh database initialization only.

Included scripts:

  1. 00-quartz.sql
  2. 01-easyflow-v2.ddl.sql
  3. 02-easyflow-v2.data.sql

Do not put incremental upgrade scripts here (such as 03/04/05), otherwise first-time init may fail due to duplicated columns/indexes.