diff --git a/asset.db b/asset.db deleted file mode 100644 index e69de29..0000000 diff --git a/config.php b/config.php index 459d2e9..b7c518f 100644 --- a/config.php +++ b/config.php @@ -7,7 +7,7 @@ // Zero-Mojibake Protocol header('Content-Type: text/html; charset=utf-8'); -$db_path = __DIR__ . '/assets.db'; +$db_path = __DIR__ . '/dda/assets.db'; try { $db = new PDO("sqlite:$db_path"); diff --git a/assets.db b/dda/assets.db similarity index 100% rename from assets.db rename to dda/assets.db diff --git a/migrate_data_v2.php b/migrate_data_v2.php index 731fa98..f31b5ec 100644 --- a/migrate_data_v2.php +++ b/migrate_data_v2.php @@ -1,6 +1,6 @@ setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); echo "--- ๐Ÿ›  ๋ฐ์ดํ„ฐ ์ผ๊ด€์„ฑ ์ ๊ฒ€ ๋ฐ ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ์ค‘... ---\n"; diff --git a/update_schema_v2.php b/update_schema_v2.php index 1cef519..a1f9061 100644 --- a/update_schema_v2.php +++ b/update_schema_v2.php @@ -1,6 +1,6 @@ setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); // ์‹ค์ œ ์‚ฌ์šฉ์ž (real_user) ์ปฌ๋Ÿผ ์ถ”๊ฐ€