Skip to content

Commit ed2d879

Browse files
committed
chore: remove temporary comment
1 parent dc2cc4f commit ed2d879

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vtab.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ char *build_changes_sql (sqlite3 *db, const char *idxs) {
128128
* `seq` fields.
129129
*/
130130

131-
// tbl,pk,col_name,col_value,col_version,db_version,site_id,cl,seq
132-
133131
const char *query =
134132
"WITH table_names AS ( "
135133
" SELECT SUBSTR(tbl_name, 1, LENGTH(tbl_name) - 10) AS table_name, tbl_name AS table_meta "

0 commit comments

Comments
 (0)