<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Remove redundant indexes]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5382&amp;type=atom" />
	<updated>2014-12-21T17:06:12Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5382</id>
		<entry>
			<title type="html"><![CDATA[Re: Remove redundant indexes]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21844#p21844" />
			<content type="html"><![CDATA[<p>It did stand full <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=commit;h=f7405f00e090326b631322c77a398826ac8115d9">fixed</a>. </p><p>It has now been <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=commit;h=7198643c8d4301fe41c70f202c6316a2880c9f52">reverted (as of 2014-12-22)</a> due to database schema policies on minor revisions and only these changes (<a href="http://https:/sourceforge.net/p/frontaccounting/mercurial/ci/e7af20b983ccbbc1928785ff525ab2bb29058319/tree/sql/en_US-new.sql?diff=99a6e869e7a0e1dac98938d41190f51ac97dc29a">en_US-New.sql</a>, <a href="http://https:/sourceforge.net/p/frontaccounting/mercurial/ci/e7af20b983ccbbc1928785ff525ab2bb29058319/tree/sql/en_US-demo.sql?diff=99a6e869e7a0e1dac98938d41190f51ac97dc29a">en_US-demo.sql</a>) have been moved to the Unstable v2.4 branch where further <a href="https://github.com/apmuthu/frontac24/commit/a0c2fa02dfb5f17568feab84ad1bf82d2416258e">redundant indexes</a> still exist.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-12-21T17:06:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21844#p21844</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove redundant indexes]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21833#p21833" />
			<content type="html"><![CDATA[<p>Thanks for including the <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=commit;h=84ce52944660d945698ce2c8439104824cc2b7c2">fix</a>. Please correct it as per the attachment.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-12-21T06:38:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21833#p21833</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove redundant indexes]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21828#p21828" />
			<content type="html"><![CDATA[<p>It&#039;s easy to remove these in v2.3 itself. It practically does not affect any table structure or break any script processing.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-12-20T16:57:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21828#p21828</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove redundant indexes]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21826#p21826" />
			<content type="html"><![CDATA[<p>Will be fixed in version 2.4. Thanks for pointing this.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2014-12-20T16:28:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21826#p21826</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Remove redundant indexes]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21732#p21732" />
			<content type="html"><![CDATA[<p>After FrontAccounting installation and in existing installations, remove redundant indexes using:<br /></p><div class="codebox"><pre><code>ALTER TABLE `0_cust_branch` DROP INDEX `branch_code`;
ALTER TABLE `0_supp_trans` DROP INDEX `supplier_id`;
ALTER TABLE `0_supp_trans` DROP INDEX `type`;
ALTER TABLE `0_supp_trans` DROP INDEX `SupplierID_2`, ADD INDEX `supplier_id` (`supplier_id`, `supp_reference`);</code></pre></div><p>Change table prefix as needed and apply for all companies.</p><p>Read more about it <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=21731#p21731">here</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-12-11T16:28:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21732#p21732</id>
		</entry>
</feed>
