Skip to content

Fix wrong column types in models

Yannis Roussos requested to merge patch-fix-wrong-types into master

This MR patches the Facebook Ads model to fix wrong type definitions for various columns:

  1. Report Labels --> string
  2. Insights Date --> date (not time)
  3. Week (week_start) --> date (not time)

Merge request reports