@pagerduty/backstage-plugin-backend 0.7.0-next.27 → 0.7.0-next.28

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.
@@ -7,14 +7,11 @@ exports.up = async function up(knex) {
7
7
  .bigIncrements('index')
8
8
  .notNullable();
9
9
  table.uuid('id').notNullable();
10
- table
11
- .string('entity_ref')
12
- .unique()
13
- .notNullable();
14
10
  table
15
11
  .string('service_id')
16
12
  .unique()
17
13
  .notNullable();
14
+ table.string('entity_ref');
18
15
  table
19
16
  .string('status')
20
17
  .notNullable();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin-backend",
3
- "version": "0.7.0-next.27",
3
+ "version": "0.7.0-next.28",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",