summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-06-27 13:18:23 -0700
committerMark Wells <mark@freeside.biz>2014-06-27 13:18:23 -0700
commit43dcceb2c6bfe6a82fa4c5704a379f80063219c9 (patch)
tree483f9dfacda910f2d356e86badbbaccb2e97af56
parentacc311a412cd8660572eb6de6712a1e0b2768ec1 (diff)
fix typo in schema change, #14049
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 4ad9cec14..b70b3518d 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4569,7 +4569,7 @@ sub tables_hashref {
'itemnum', 'serial', '', '', '', '',
'batchnum', 'int', '', '', '', '',
'svcnum', 'int', '', '', '', '',
- 'action', 'varchar', 32, '', '', '',
+ 'action', 'varchar', '', 32, '', '',
'data', 'text', 'NULL', '', '', '',
'frozen', 'char', 'NULL', 1, '', '',
],