mirror of https://github.com/buster-so/buster.git
add metadta col
This commit is contained in:
parent
36ab91fbe4
commit
cee3c9d058
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE "datasets" ADD COLUMN "metadata" jsonb DEFAULT '{
|
||||
"rowCount": 0,
|
||||
"sampleSize": 0,
|
||||
"samplingMethod": "none",
|
||||
"columnProfiles": [],
|
||||
"introspectedAt": "2024-01-01T00:00:00.000Z"
|
||||
}'::jsonb;
|
File diff suppressed because it is too large
Load Diff
|
@ -827,6 +827,13 @@
|
|||
"when": 1759428123492,
|
||||
"tag": "0118_violet_vin_gonzales",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 119,
|
||||
"version": "7",
|
||||
"when": 1759949672591,
|
||||
"tag": "0119_grey_shatterstar",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue