@felloh-org/lambda-wrapper 1.1.54 → 1.1.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,8 @@ let UserActivity = (_dec = (0, _typeorm.Entity)({
35
35
  length: 40
36
36
  }), _dec8 = (0, _typeorm.Column)({
37
37
  type: "varchar",
38
- length: 100
38
+ length: 100,
39
+ nullable: true
39
40
  }), _dec9 = (0, _typeorm.CreateDateColumn)({
40
41
  type: 'timestamp with time zone'
41
42
  }), _dec(_class = (_class2 = class UserActivity {
@@ -4,7 +4,7 @@ module.exports = class audit1659017792935 {
4
4
  name = 'audit1659017792935'
5
5
 
6
6
  async up(queryRunner) {
7
- await queryRunner.query(`ALTER TABLE "user"."user_activity" ADD "entity_id" character varying(100) NOT NULL`);
7
+ await queryRunner.query(`ALTER TABLE "user"."user_activity" ADD "entity_id" character varying(100)`);
8
8
  await queryRunner.query(`ALTER TABLE "user"."user_activity" ADD "organisation_id" character varying(150)`);
9
9
  await queryRunner.query(`ALTER TABLE "user"."user_activity" DROP CONSTRAINT "FK_11108754ec780c670440e32baad"`);
10
10
  await queryRunner.query(`ALTER TABLE "user"."user_activity" DROP COLUMN "created_at"`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.1.54",
3
+ "version": "1.1.55",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {