mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Change groups table to used new long long int type for gid
It is now possible to do a proper order on gid, ie: SELECT * FROM groups ORDER BY gid;
This commit is contained in:
parent
7876d56219
commit
755d8c198e
@ -1,6 +1,6 @@
|
||||
table_name("groups")
|
||||
schema([
|
||||
Column(name="gid", type="std::string"),
|
||||
Column(name="gid", type="long long int"),
|
||||
Column(name="name", type="std::string"),
|
||||
])
|
||||
implementation("groups@genGroups")
|
||||
|
Loading…
Reference in New Issue
Block a user