From: Chris Jaekl Date: Sat, 22 Jun 2024 02:41:33 +0000 (-0400) Subject: Widen author columns to accommodate longer sets of names X-Git-Url: http://jaekl.net/gitweb/?a=commitdiff_plain;h=29e9a3abc6d8943ca0129b1d28110196f45f952e;p=quanlib.git Widen author columns to accommodate longer sets of names --- diff --git a/app/store.rb b/app/store.rb index d9257a4..2ee597a 100644 --- a/app/store.rb +++ b/app/store.rb @@ -61,8 +61,8 @@ class Store CREATE TABLE Authors ( id INTEGER PRIMARY KEY, grouping VARCHAR(64), - reading VARCHAR(256), - sort VARCHAR(256) + reading VARCHAR(512), + sort VARCHAR(512) ); EOS