<?php

/**
 * News notification extension for Contao
 *
 * Copyright (c) 2016 Benjamin Roth
 *
 * @link    http://www.esales-media.de
 * @license commercial
 */

/**
 * Fields
 */

$GLOBALS['TL_DCA']['tl_news']['fields']['nc_sent'] = array
(
  'sql'                     => "char(1) NOT NULL default ''"
);