mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 11:06:20 +08:00
* Splits the existing script into multiple classes * Adds command for generating IntermediateDB schema (`migrations/bin/cli schema generate`) * Changes the syntax of the IntermediateDB schema config * Adds validation for the schema config * It uses YAML schema aka JSON schema to validate the config file * It generates the SQL schema file and Ruby classes for storing data in the IntermediateDB |
||
|---|---|---|
| .. | ||
| intermediate_db | ||
| connection_spec.rb | ||
| intermediate_db_spec.rb | ||
| migrator_spec.rb | ||
| offline_connection_spec.rb | ||
| prepared_statement_cache_spec.rb | ||