Data sync: support for APPLICATION_ENV #79

Closed
opened 2022-03-28 05:50:14 +00:00 by jamie · 5 comments
jamie commented 2022-03-28 05:50:14 +00:00 (Migrated from git.hazaar.io)

We might only want to sync data in for certain application environments. Adding this property to the data sync schema will allow this.

[
  {
     "table": "testtable",
     "env": "development",
     "rows": [
       { "name": "admin", "label": "Administrator" }
     ]
  }
]
We might only want to sync data in for certain application environments. Adding this property to the data sync schema will allow this. ```json [ { "table": "testtable", "env": "development", "rows": [ { "name": "admin", "label": "Administrator" } ] } ] ```
jamie commented 2022-03-28 05:50:15 +00:00 (Migrated from git.hazaar.io)

assigned to @jamie

assigned to @jamie
jamie commented 2022-03-28 05:50:22 +00:00 (Migrated from git.hazaar.io)

changed the description

changed the description
jamie commented 2022-06-08 01:42:25 +00:00 (Migrated from git.hazaar.io)

created branch 79-data-sync-support-for-application_env to address this issue

created branch [`79-data-sync-support-for-application_env`](/hazaar/hazaar-dbi/-/compare/master...79-data-sync-support-for-application_env) to address this issue
jamie commented 2022-06-08 01:42:29 +00:00 (Migrated from git.hazaar.io)

mentioned in merge request !49

mentioned in merge request !49
jamie commented 2022-06-08 03:30:12 +00:00 (Migrated from git.hazaar.io)

mentioned in commit a3ab616068

mentioned in commit a3ab616068775aaef7ca54b913fc2bf03b4ba793
jamie (Migrated from git.hazaar.io) closed this issue 2022-06-08 03:30:13 +00:00
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#79
No description provided.