mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 23:23:09 +02:00
チャートの数値カラムの型を拡張
This commit is contained in:
parent
cb9a6ae774
commit
e90ac5d6a4
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