DBI Schema Data - Support for Log Output #18

Closed
opened 2017-07-25 04:05:37 +00:00 by jamie · 1 comment
jamie commented 2017-07-25 04:05:37 +00:00 (Migrated from git.hazaar.io)

Just to make things a little nicer in the log so it's possible to better see what is going on when syncing complex data schemas. If the schema file has an "message" element, then output that to the migration log.

Example:

{
  "message": "Set up default user types",
  "table": "user_type",
  "rows": [
     ...
  ]
}
Just to make things a little nicer in the log so it's possible to better see what is going on when syncing complex data schemas. If the schema file has an "message" element, then output that to the migration log. Example: ``` { "message": "Set up default user types", "table": "user_type", "rows": [ ... ] } ```
jamie commented 2017-07-25 04:16:36 +00:00 (Migrated from git.hazaar.io)

closed via commit 61d073b5d8

closed via commit 61d073b5d8f371a323916c7ab925bacdaf8409e0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hazaar/hazaar-dbi#18
No description provided.