mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
3 lines
105 B
SQL
3 lines
105 B
SQL
-- Recent additions to add after db init (.gz)
|
|
|
|
ALTER TABLE `payouts` ADD `errmsg` text NULL AFTER `tx`;
|