Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
0b828f3d
Unverified
Commit
0b828f3d
authored
Sep 07, 2023
by
mergify[bot]
Committed by
GitHub
Sep 07, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into aj/e2e-duplication
parents
958eeb51
28a6c6cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
schema.prisma
indexer/ui/schema.prisma
+2
-2
No files found.
indexer/ui/schema.prisma
View file @
0b828f3d
...
@@ -4,7 +4,7 @@ generator client {
...
@@ -4,7 +4,7 @@ generator client {
datasource
db
{
datasource
db
{
provider
=
"postgresql"
provider
=
"postgresql"
url
=
"postgresql://db_username:db_password@localhost:5434/db_name"
url
=
env
(
"DATABASE_URL"
)
}
}
model
l1_bridged_tokens
{
model
l1_bridged_tokens
{
...
@@ -111,7 +111,7 @@ model l2_block_headers {
...
@@ -111,7 +111,7 @@ model l2_block_headers {
hash
String
@
id
@
db
.
VarChar
hash
String
@
id
@
db
.
VarChar
parent_hash
String
@
unique
@
db
.
VarChar
parent_hash
String
@
unique
@
db
.
VarChar
number
Decimal
@
unique
@
db
.
Decimal
number
Decimal
@
unique
@
db
.
Decimal
timestamp
Int
@
unique
timestamp
Int
rlp_bytes
String
@
db
.
VarChar
rlp_bytes
String
@
db
.
VarChar
l2_contract_events
l2_contract_events
[]
l2_contract_events
l2_contract_events
[]
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment