mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
チャートの数値カラムの型を拡張
This commit is contained in:
parent
59f758f207
commit
0b4d7de915
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export default abstract class Chart<T extends Record<string, any>> {
|
||||||
flatColumns(v.properties, p);
|
flatColumns(v.properties, p);
|
||||||
} else {
|
} else {
|
||||||
columns[this.columnPrefix + p] = {
|
columns[this.columnPrefix + p] = {
|
||||||
type: 'integer',
|
type: 'bigint',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue