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
92d87b4f
Commit
92d87b4f
authored
Nov 21, 2023
by
Hamdi Allam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
table name
parent
bcf6752b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
20230523_create_schema.sql
indexer/migrations/20230523_create_schema.sql
+1
-1
No files found.
indexer/migrations/20230523_create_schema.sql
View file @
92d87b4f
...
@@ -185,7 +185,7 @@ CREATE INDEX IF NOT EXISTS l2_bridge_messages_from_address ON l2_bridge_messages
...
@@ -185,7 +185,7 @@ CREATE INDEX IF NOT EXISTS l2_bridge_messages_from_address ON l2_bridge_messages
* chains (adding the message nonce to the RelayedMessage event) or continue to add columns to this table and migrate
* chains (adding the message nonce to the RelayedMessage event) or continue to add columns to this table and migrate
* unrelayed messages such that finalization logic can handle switching between the varying versioned message hashes
* unrelayed messages such that finalization logic can handle switching between the varying versioned message hashes
*/
*/
CREATE
TABLE
IF
NOT
EXISTS
l2_bridge_message
s
_versioned_message_hashes
(
CREATE
TABLE
IF
NOT
EXISTS
l2_bridge_message_versioned_message_hashes
(
message_hash
VARCHAR
PRIMARY
KEY
NOT
NULL
UNIQUE
REFERENCES
l2_bridge_messages
(
message_hash
),
message_hash
VARCHAR
PRIMARY
KEY
NOT
NULL
UNIQUE
REFERENCES
l2_bridge_messages
(
message_hash
),
-- only filled in if `message_hash` is for a v0 message
-- only filled in if `message_hash` is for a v0 message
...
...
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