mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 08:52:59 +05:30
3 lines
171 B
SQL
3 lines
171 B
SQL
SET foreign_key_checks = 0;
|
|
DROP TABLE IF EXISTS `featured_projects`, `pages`, `profile`, `projects`, `quick_actions`, `socials`, `working_on`;
|
|
SET foreign_key_checks = 1; |