diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-03-06 19:22:12 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-03-06 19:22:12 +0000 |
| commit | e105adfc4e0898d4bb45cf067aebd1f99b553e1d (patch) | |
| tree | e570bbc66f2e078ba5f0b28465d753f967847e1d /admin | |
| parent | c21da5293b3368c23f29f6a7416309db625745fb (diff) | |
| download | liberty-e105adfc4e0898d4bb45cf067aebd1f99b553e1d.tar.gz liberty-e105adfc4e0898d4bb45cf067aebd1f99b553e1d.tar.bz2 liberty-e105adfc4e0898d4bb45cf067aebd1f99b553e1d.zip | |
add PRIMARY to AUTO column
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, |
