Skip to content

Commit

Permalink
Fixing migration, minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyPaolini committed Jun 24, 2021
1 parent 60538e2 commit 82198c3
Show file tree
Hide file tree
Showing 21 changed files with 1,062 additions and 1,432 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<a href="https://sendgrid.com"><img width="64" height="64" alt="sendgrid" src="web/public/icon/tool/sendgrid.png"></a>
<a href="https://fluentbit.io/"><img width="64" height="64" alt="fluentbit" src="web/public/icon/tool/fluentbit.png"></a>
<a href="https://jwt.io/"><img width="64" height="64" alt="jwt" src="web/public/icon/tool/jwt.png"></a>
<a href="https://stackoverflow.com/questions/201323/how-to-validate-an-email-address-using-a-regular-expression"><img width="64" height="64" alt="stackoverflow" src="web/public/icon/tool/stackoverflow.png"></a>
<a href="https://nextjs.org/"><img width="64" height="64" alt="nextjs" src="web/public/icon/tool/nextjs.png"></a>
<a href="https://reactjs.org/"><img width="64" height="64" alt="react" src="web/public/icon/tool/react.png"></a>
<a href="https://material-ui.com/"><img width="64" height="64" alt="materialui" src="web/public/icon/tool/materialui.png"></a>
Expand All @@ -36,6 +35,7 @@
<a href="https://www.nginx.com/"><img width="64" height="64" alt="nginx" src="web/public/icon/tool/nginx.png"></a>
<a href="https://www.linode.com/"><img width="64" height="64" alt="linode" src="web/public/icon/tool/linode.png"></a>
<a href="https://www.cloudflare.com/"><img width="64" height="64" alt="cloudflare" src="web/public/icon/tool/cloudflare.png"></a>
<a href="https://stackoverflow.com/questions/201323/how-to-validate-an-email-address-using-a-regular-expression"><img width="64" height="64" alt="stackoverflow" src="web/public/icon/tool/stackoverflow.png"></a>
<a href="https://www.figma.com/"><img width="64" height="64" alt="figma" src="web/public/icon/tool/figma.png"></a>
<a href="https://code.visualstudio.com/"><img width="64" height="64" alt="vscode" src="web/public/icon/tool/vscode.png"></a>
<a href="https://www.patreon.com/lexico"><img width="64" height="64" alt="patreon" src="web/public/icon/tool/patreon.png"></a>
Expand Down
Binary file added data/backup/2021-06-23T17:38:02.004Z_all.zip
Binary file not shown.
Binary file added data/backup/2021-06-23T17:38:57.068Z_ingested.zip
Binary file not shown.
Binary file added data/backup/full_backup_20210623.zip
Binary file not shown.
1,035 changes: 587 additions & 448 deletions ingestion/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ingestion/src/backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
backupLiterature,
backups,
backupUsers,
} from "./utils/backup"
} from "./utils/pg-commands"

async function main() {
const [, , command] = process.argv
Expand Down
2 changes: 1 addition & 1 deletion ingestion/src/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
restoreIngested,
restoreLiterature,
restoreUsers,
} from "./utils/backup"
} from "./utils/pg-commands"

async function main() {
const [, , command] = process.argv
Expand Down
File renamed without changes.
Loading

0 comments on commit 82198c3

Please sign in to comment.