Scripts directory is executable
This commit is contained in:
parent
1d0f7d48a6
commit
a138bfec0c
1
scripts/capture-message-update-events.js
Normal file → Executable file
1
scripts/capture-message-update-events.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/env node
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
// ****
|
// ****
|
||||||
|
|
1
scripts/check-migrate.js
Normal file → Executable file
1
scripts/check-migrate.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/env node
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
// Trigger the database migration flow and exit after committing.
|
// Trigger the database migration flow and exit after committing.
|
||||||
|
|
1
scripts/migrate-from-old-bridge.js
Normal file → Executable file
1
scripts/migrate-from-old-bridge.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/env node
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
const assert = require("assert").strict
|
const assert = require("assert").strict
|
||||||
|
|
1
scripts/save-channel-names-to-db.js
Normal file → Executable file
1
scripts/save-channel-names-to-db.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/env node
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
const sqlite = require("better-sqlite3")
|
const sqlite = require("better-sqlite3")
|
||||||
|
|
1
scripts/save-event-types-to-db.js
Normal file → Executable file
1
scripts/save-event-types-to-db.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/env node
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
const sqlite = require("better-sqlite3")
|
const sqlite = require("better-sqlite3")
|
||||||
|
|
1
scripts/seed.js
Normal file → Executable file
1
scripts/seed.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/env node
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
console.log("This could take up to 30 seconds. Please be patient.")
|
console.log("This could take up to 30 seconds. Please be patient.")
|
||||||
|
|
1
scripts/wal.js
Normal file → Executable file
1
scripts/wal.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/env node
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
const sqlite = require("better-sqlite3")
|
const sqlite = require("better-sqlite3")
|
||||||
|
|
Loading…
Reference in a new issue