I followed
and then I imported data from mybb. But now, I want to reset DB so it becomes fresh.
How can I reset it on development mode?
I followed
and then I imported data from mybb. But now, I want to reset DB so it becomes fresh.
How can I reset it on development mode?
في موجه shell الخاص بك داخل مجلد discourse، قم بتشغيل:
rake db:drop db:create db:migrate
(قد تحتاج إلى إضافة bundle exec قبل الأمر إذا كنت عادةً ما تتطلب ذلك)
يجب أن يؤدي ذلك إلى حل المشكلة.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.