summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2015-06-13 00:00:47 -0400
committerspider <spider@bitweaver.org>2015-06-13 00:00:47 -0400
commit1a08a14460e7ede38df1845de7cd91952c332e65 (patch)
tree24c0343fd2cd9d527f4ad3c5074397a7971b2b73 /admin
parent4324774d9d6528ac42558ac8a34925394c8f5e05 (diff)
downloadliberty-1a08a14460e7ede38df1845de7cd91952c332e65.tar.gz
liberty-1a08a14460e7ede38df1845de7cd91952c332e65.tar.bz2
liberty-1a08a14460e7ede38df1845de7cd91952c332e65.zip
add server to liberty_processor_queue table
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 7094829..a13d0ac 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -183,7 +183,8 @@ $tables = array(
process_status C(64),
log_message XL,
processor C(250),
- processor_parameters XL
+ processor_parameters XL,
+ server C(250)
",
// CONSTRAINT ' , CONSTRAINT `liberty_process_queue` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) '