summaryrefslogtreecommitdiff
path: root/db/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/core.php')
-rw-r--r--db/core.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/core.php b/db/core.php
index 695a3e3aa..29aa917c1 100644
--- a/db/core.php
+++ b/db/core.php
@@ -230,6 +230,7 @@ $schema['notice_source'] = array(
'name' => array('type' => 'varchar', 'length' => 255, 'not null' => true, 'description' => 'name of the source'),
'url' => array('type' => 'varchar', 'length' => 255, 'not null' => true, 'description' => 'url to link to'),
'notice_id' => array('type' => 'int', 'not null' => true, 'description' => 'date this record was created'),
+ 'created' => array('type' => 'datetime', 'not null' => true, 'description' => 'date this record was created'),
'modified' => array('type' => 'timestamp', 'not null' => true, 'description' => 'date this record was modified'),
),
'primary key' => array('code'),