We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dfea03 + f869459 commit cbef29cCopy full SHA for cbef29c
migrations/post_sync_migrations/20250513000000_create_deso_sink_views.go
@@ -82,7 +82,7 @@ CREATE TABLE deso_sinks_burn_txns
82
block_height bigint
83
);
84
85
-comment on table deso_sinks_burn_txns is E'@foreignKey (transaction_hash) references transaction (transaction_hash)|@foreignFieldName deso_sinks_burn_txn|@fieldName transaction'
+comment on table deso_sinks_burn_txns is E'@foreignKey (transaction_hash) references transaction (transaction_hash)|@foreignFieldName deso_sinks_burn_txn|@fieldName transaction';
86
87
CREATE TABLE deso_sinks_burn_amounts (
88
public_key varchar primary key,
0 commit comments