diff options
Diffstat (limited to 'src/exchangedb/shard-0001.sql')
| -rw-r--r-- | src/exchangedb/shard-0001.sql | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/shard-0001.sql b/src/exchangedb/shard-0001.sql index 89c79f17..03066443 100644 --- a/src/exchangedb/shard-0001.sql +++ b/src/exchangedb/shard-0001.sql @@ -160,7 +160,7 @@ BEGIN        ',current_balance_frac INT4 NOT NULL DEFAULT(0)'        ',purses_active INT8 NOT NULL DEFAULT(0)'        ',purses_allowed INT8 NOT NULL DEFAULT(0)' -      ',max_age INT4 NOT NULL DEFAULT(120)' +      ',birthdate INT4 NOT NULL DEFAULT(0)' -- 0 means: no age restriction.        ',expiration_date INT8 NOT NULL'        ',gc_date INT8 NOT NULL'      ') %s ;'  | 
