Add a new table in existing OTRS database

Moderator: crythias

Locked
Gunjan
Znuny expert
Posts: 228
Joined: 09 Dec 2013, 06:37
Znuny Version: 3.3.x

Add a new table in existing OTRS database

Post by Gunjan »

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
reneeb
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

Post by reneeb »

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
Gunjan
Znuny expert
Posts: 228
Joined: 09 Dec 2013, 06:37
Znuny Version: 3.3.x

Re: Add a new table in existing OTRS database

Post by Gunjan »

Thanks Raneeb! :)
Locked