Skip to content

Commit 8955915

Browse files
committed
updates
1 parent 0e1133f commit 8955915

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/lib/table/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ export const COLUMN_TYPES = ['string', 'number', 'boolean', 'date', 'json'] as c
2727

2828
export const NAME_PATTERN = /^[a-z_][a-z0-9_]*$/i
2929

30-
/** Database table name for user table rows (used in SQL query building) */
3130
export const USER_TABLE_ROWS_SQL_NAME = 'user_table_rows'

0 commit comments

Comments
 (0)