From 9c7e4efdd9d8841a3b127200286762409a74b44d Mon Sep 17 00:00:00 2001 From: naeel Date: Tue, 17 Feb 2026 08:47:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Application.cfc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application.cfc | 39 ++++++--------------------------------- 1 file changed, 6 insertions(+), 33 deletions(-) diff --git a/Application.cfc b/Application.cfc index bf8460c..2390eca 100644 --- a/Application.cfc +++ b/Application.cfc @@ -1,9 +1,7 @@ - - + - @@ -12,59 +10,34 @@ - - - + - - - - - - INSERT INTO nubes_test_table (test_data) - VALUES () - + INSERT INTO nubes_test_table (test_data) VALUES () - - UPDATE nubes_test_table - SET test_data = - WHERE id = - + UPDATE nubes_test_table SET test_data = WHERE id = - - DELETE FROM nubes_test_table - 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 - ); - + CREATE TABLE IF NOT EXISTS nubes_test_table (id SERIAL PRIMARY KEY, test_data TEXT, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP); - - \ No newline at end of file