diff options
author | khoff <khoff> | 2003-02-12 01:21:50 +0000 |
---|---|---|
committer | khoff <khoff> | 2003-02-12 01:21:50 +0000 |
commit | 2fc87c32cbb509992070b044ed66e2a0e9828a17 (patch) | |
tree | 547fc556186c984e58c6c39307635f88c1e61e31 | |
parent | c232fac0743999105f6948b9fa352fe2293b09f8 (diff) |
s/;/,/
-rwxr-xr-x | FS/bin/freeside-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index cf009c249..b3cdb3384 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -1039,7 +1039,7 @@ sub tables_hash_hack { 'columns' => [ 'svcpart', 'int', '', '', 'routernum', 'int', '', '', - ]; + ], 'primary_key' => '', 'unique' => [], 'index' => [], |