1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 03:29:35 +05:30

refactor: improved project structure and bumped up deps

This commit is contained in:
2025-09-13 23:42:26 +05:30
parent ff8dbd6f36
commit e3cdd0c451
442 changed files with 241 additions and 43025 deletions

3
schema/cleanup.sql Normal file
View File

@@ -0,0 +1,3 @@
SET foreign_key_checks = 0;
DROP TABLE IF EXISTS `featured_projects`, `pages`, `profile`, `projects`, `quick_actions`, `socials`, `working_on`;
SET foreign_key_checks = 1;