diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 598b64a..181482e 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -160,7 +160,7 @@ $tables = array( // liberty_thumbnail_queue is being replaces with this 'liberty_process_queue' => " - process_id I4 NOTNULL AUTO, + process_id I4 NOTNULL AUTO PRIMARY, content_id I4 NOTNULL, queue_date I8 NOTNULL, begin_date I8, |
