Merge branch 'cheeks-snippets-poc' of github.com:Budibase/budibase into cheeks-snippets-poc
This commit is contained in:
commit
b4a467f9fd
|
@ -98,7 +98,7 @@ export enum BuilderSocketEvent {
|
|||
export const SocketSessionTTL = 60
|
||||
export const ValidQueryNameRegex = /^[^()]*$/
|
||||
export const ValidColumnNameRegex = /^[_a-zA-Z0-9\s]*$/g
|
||||
export const ValidSnippetNameRegex = /^[a-z-_][a-z0-9-_]*$/i
|
||||
export const ValidSnippetNameRegex = /^[a-z_][a-z0-9_]*$/i
|
||||
|
||||
export const REBOOT_CRON = "@reboot"
|
||||
|
||||
|
|
Loading…
Reference in New Issue