diff options
author | ivan <ivan> | 2011-08-02 01:29:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-02 01:29:53 +0000 |
commit | 9672df972cb6991756021e9541fe0af670021908 (patch) | |
tree | 9f232dd1c281856b0c297f50547d0cbc97caa5e6 | |
parent | dcc698164f1f2b43a32b5503716fc7329c203714 (diff) |
remove svc_port inadvertantly committed in 2.1
-rw-r--r-- | FS/FS/Schema.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 1aa2b69c4..f52ba16e5 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -3155,15 +3155,6 @@ sub tables_hashref { 'index' => [], #recnum }, - 'svc_port' => { - 'columns' => [ - 'svcnum', 'int', '', '', '', '', - ], - 'primary_key' => 'svcnum', - 'unique' => [], - 'index' => [], #recnum - }, - 'areacode' => { 'columns' => [ 'areanum', 'serial', '', '', '', '', |