Skip to content

Commit

Permalink
remove 'FutureNotificationOrionEvent' entity
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 committed Mar 2, 2024
1 parent 9f08cec commit 1da191d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

const { getViewDefinitions } = require('../viewDefinitions')

module.exports = class Views1709385679652 {
name = 'Views1709385679652'
module.exports = class Views1709387168809 {
name = 'Views1709387168809'

async up(db) {
const viewDefinitions = getViewDefinitions(db);
Expand Down
11 changes: 0 additions & 11 deletions schema/events.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ type Event @entity @schema(name: "admin") {
data: EventData!
}

type FutureNotificationOrionEvent @entity {
"notification type that will be created"
notificationType: NotificationType!

"block after which notification should be created"
executionBlock: Int!

"related event for on chain notifications"
event: Event
}

type NftHistoryEntry @entity @schema(name: "admin") {
"Autoincremented"
id: ID!
Expand Down

0 comments on commit 1da191d

Please sign in to comment.