mirror of
https://github.com/uniwhale-io/DefiLlama-yield-server.git
synced 2026-04-30 21:02:06 +08:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
exports.up = (pgm) => {
|
|
pgm.addColumns('yield', {
|
|
apyRewardFake: 'numeric',
|
|
apyRewardBorrowFake: 'numeric',
|
|
});
|
|
};
|