From 895591514aeedd5e97eef28240e99a8ffdae9cb4 Mon Sep 17 00:00:00 2001 From: Lakee Sivaraya Date: Fri, 16 Jan 2026 16:46:39 -0800 Subject: [PATCH] updates --- apps/sim/lib/table/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/sim/lib/table/constants.ts b/apps/sim/lib/table/constants.ts index 8b0a081f4..f9c930033 100644 --- a/apps/sim/lib/table/constants.ts +++ b/apps/sim/lib/table/constants.ts @@ -27,5 +27,4 @@ export const COLUMN_TYPES = ['string', 'number', 'boolean', 'date', 'json'] as c export const NAME_PATTERN = /^[a-z_][a-z0-9_]*$/i -/** Database table name for user table rows (used in SQL query building) */ export const USER_TABLE_ROWS_SQL_NAME = 'user_table_rows'