Xfer of work.

This commit is contained in:
Patrick Fic
2020-01-17 14:26:17 -08:00
parent 5e19d53b29
commit 5f83b358a4
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
- args:
sql: ALTER TABLE "public"."jobs" DROP COLUMN "ciecaid";
type: run_sql

View File

@@ -0,0 +1,3 @@
- args:
sql: ALTER TABLE "public"."jobs" ADD COLUMN "ciecaid" text NULL;
type: run_sql

View File

@@ -7,7 +7,7 @@ aws.config.update({
secretAccessKey: process.env.AWSSecretKey
});
const S3_BUCKET = process.env.bucket;
const S3_BUCKET = process.env.Bucket;
// Now lets export this function so we can call it from somewhere else
exports.sign_s3 = (req, res) => {