diff options
author | Mark Wells <mark@freeside.biz> | 2014-06-27 13:19:57 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-06-27 13:19:57 -0700 |
commit | 244d885992a061cd04765e0faf41d3185c582d75 (patch) | |
tree | e9cb645af17def031ff5c6ca057ffc77b050960c | |
parent | fa978560e3b0473728ebf2fb32625765465c230a (diff) |
fix typo in schema change, #14049
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 387f50853..ea4e2c2a2 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -6616,7 +6616,7 @@ sub tables_hashref { 'itemnum', 'serial', '', '', '', '', 'batchnum', 'int', '', '', '', '', 'svcnum', 'int', '', '', '', '', - 'action', 'varchar', 32, '', '', '', + 'action', 'varchar', '', 32, '', '', 'data', 'text', 'NULL', '', '', '', 'frozen', 'char', 'NULL', 1, '', '', ], |