From 72b1cf356812c309b5e6a2bfc43d389ffc43c8cd Mon Sep 17 00:00:00 2001 From: Sang Putu Sandhyana Yogi <79888425+youronlydimwit@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:41:01 +0700 Subject: [PATCH] Update and rename SQL/Table Creation - Luxtoys.sql to SQL/Luxtoys/Table Creation - Luxtoys.sql --- SQL/{ => Luxtoys}/Table Creation - Luxtoys.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename SQL/{ => Luxtoys}/Table Creation - Luxtoys.sql (95%) diff --git a/SQL/Table Creation - Luxtoys.sql b/SQL/Luxtoys/Table Creation - Luxtoys.sql similarity index 95% rename from SQL/Table Creation - Luxtoys.sql rename to SQL/Luxtoys/Table Creation - Luxtoys.sql index 0f870fc..6fc6f70 100644 --- a/SQL/Table Creation - Luxtoys.sql +++ b/SQL/Luxtoys/Table Creation - Luxtoys.sql @@ -70,4 +70,4 @@ is_campaign BIT, disc_detail DECIMAL(10,2), gross_detail DECIMAL(10,2), nett_detail DECIMAL(10,2) -); \ No newline at end of file +);