Hi,
I am using OTRS 3.3.9 and Database MYSQL. Now, I want to add a new table in the database. Can I add this table in the existing database? If I will add this, is there any possible cons for future?
Thank you for the help!
Regards,
Gunjan
Add a new table in existing OTRS database
Moderator: crythias
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Add a new table in existing OTRS database
Use a "prefix" like "gunjan" for your table names, this will avoid name clashes for future OTRS versions (most likely).
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: Add a new table in existing OTRS database
Thanks Raneeb! 
