Skip to content

Commit cbef29c

Browse files
authored
Merge pull request #103 from deso-protocol/z/fix-mig
Missing semicolon
2 parents 6dfea03 + f869459 commit cbef29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/post_sync_migrations/20250513000000_create_deso_sink_views.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ CREATE TABLE deso_sinks_burn_txns
8282
block_height bigint
8383
);
8484
85-
comment on table deso_sinks_burn_txns is E'@foreignKey (transaction_hash) references transaction (transaction_hash)|@foreignFieldName deso_sinks_burn_txn|@fieldName transaction'
85+
comment on table deso_sinks_burn_txns is E'@foreignKey (transaction_hash) references transaction (transaction_hash)|@foreignFieldName deso_sinks_burn_txn|@fieldName transaction';
8686
8787
CREATE TABLE deso_sinks_burn_amounts (
8888
public_key varchar primary key,

0 commit comments

Comments
 (0)