Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

TABLE REMOVED IN dev/build BUT NOT IN DATABASE


Go to End


3 Posts   1052 Views

Avatar
servalman

Community Member, 211 Posts

28 October 2009 at 1:08am

Edited: 28/10/2009 3:38am

Hello Evryone

I have been trying to remove the UserForm module and this what I got

When I did the dev/build it removed all the tables related to this module like it should but when I get to my PHPmyadmin the tables are still there and they are not named "obsolete_tableName.

Is this normal ? did I make a mistake

Thanks for any help on that matter as I will reinstall the module and don't want it to malfunction.

Thomas

Avatar
baba-papa

Community Member, 279 Posts

28 October 2009 at 9:26am

Just delete all tables that belong to the module via phpmyadmin. Be shure to delete the right ones.

Avatar
servalman

Community Member, 211 Posts

28 October 2009 at 9:40am

Hi

I tought of that but was scared to remove wrong tables.

Is there an indication of,the created tables in the module files ?

T