diff --git a/Application.cfc b/Application.cfc index e2f4206..bf8460c 100644 --- a/Application.cfc +++ b/Application.cfc @@ -1,144 +1,70 @@ - - + - - - - - - - + + + - - - - - + - - - + + + + + + + + + + + - - - - - - + + - - - - - - - - - + + + - + + + + + + INSERT INTO nubes_test_table (test_data) + VALUES () + + + + + UPDATE nubes_test_table + SET test_data = + WHERE id = + + + + + DELETE FROM nubes_test_table + WHERE id = + + + + + + - + + + CREATE TABLE IF NOT EXISTS nubes_test_table ( + id SERIAL PRIMARY KEY, + test_data TEXT, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP + ); + + + - - - - - - - - ), - DE( "https://" ), - DE( "http://" ) - ) & - cgi.http_host & - reReplace( - getDirectoryFromPath( arguments.template ), "([^\\/]+[\\/]){#local.requestDepth#}$", - "", - "one" - ) - ) /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - + \ No newline at end of file