added seed script + renamed table fields + added field

This commit is contained in:
daniel31x13
2023-12-22 13:13:43 -05:00
parent 385bdc2343
commit 98106b9f25
15 changed files with 957 additions and 370 deletions
+12 -12
View File
@@ -23,7 +23,7 @@ async function processBatch() {
archiveAsScreenshot: true,
},
},
screenshotPath: null,
image: null,
},
{
collection: {
@@ -31,7 +31,7 @@ async function processBatch() {
archiveAsScreenshot: true,
},
},
screenshotPath: "pending",
image: "pending",
},
///////////////////////
{
@@ -40,7 +40,7 @@ async function processBatch() {
archiveAsPDF: true,
},
},
pdfPath: null,
pdf: null,
},
{
collection: {
@@ -48,14 +48,14 @@ async function processBatch() {
archiveAsPDF: true,
},
},
pdfPath: "pending",
pdf: "pending",
},
///////////////////////
{
readabilityPath: null,
readable: null,
},
{
readabilityPath: "pending",
readable: "pending",
},
],
},
@@ -80,7 +80,7 @@ async function processBatch() {
archiveAsScreenshot: true,
},
},
screenshotPath: null,
image: null,
},
{
collection: {
@@ -88,7 +88,7 @@ async function processBatch() {
archiveAsScreenshot: true,
},
},
screenshotPath: "pending",
image: "pending",
},
///////////////////////
{
@@ -97,7 +97,7 @@ async function processBatch() {
archiveAsPDF: true,
},
},
pdfPath: null,
pdf: null,
},
{
collection: {
@@ -105,14 +105,14 @@ async function processBatch() {
archiveAsPDF: true,
},
},
pdfPath: "pending",
pdf: "pending",
},
///////////////////////
{
readabilityPath: null,
readable: null,
},
{
readabilityPath: "pending",
readable: "pending",
},
],
},