Skip to content

Commit

Permalink
Merge pull request #271 from kodadot/main
Browse files Browse the repository at this point in the history
Speck v12
  • Loading branch information
vikiival authored Apr 8, 2024
2 parents 99a99d7 + 04f4b87 commit 42dbc00
Show file tree
Hide file tree
Showing 7 changed files with 675 additions and 641 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: release-${{ github.event.inputs.squid }}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: ${{ github.event.inputs.squid }} update
title: ${{ github.event.inputs.squid }} update
body: |
Expand Down
11 changes: 11 additions & 0 deletions db/migrations/1712590816868-Data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = class Data1712590816868 {
name = 'Data1712590816868'

async up(db) {
await db.query(`CREATE INDEX "IDX_f0abf665028feb26e32d4201c5" ON "nft_entity" ("created_at") `)
}

async down(db) {
await db.query(`DROP INDEX "public"."IDX_f0abf665028feb26e32d4201c5"`)
}
}
Loading

0 comments on commit 42dbc00

Please sign in to comment.