Skip to content

Commit c61cbcf

Browse files
committed
Fix sql error
1 parent 47e5455 commit c61cbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ALTER TABLE singlecell.citeseq_antibodies ADD pattern VARCHAR(100);
1+
ALTER TABLE singlecell.citeseq_antibodies ADD barcodepattern VARCHAR(100);
22

33
UPDATE singlecell.citeseq_antibodies SET barcodePattern = '5PNNNNNNNNNN(BC)' WHERE barcodeName LIKE '%TotalSeq-C%';

0 commit comments

Comments
 (0)