projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e95323
)
Changed query_size in users table to unsigned tinyint(1)
author
Joe
<unknown>
Mon, 30 Dec 2013 23:58:02 +0000
(
00:58
+0100)
committer
Joe
<unknown>
Mon, 30 Dec 2013 23:58:02 +0000
(
00:58
+0100)
sql/alter2.4.sql
patch
|
blob
|
history
diff --git
a/sql/alter2.4.sql
b/sql/alter2.4.sql
index ee77647ad9c810894324f46905152afe4e2552b6..e9d79cbefd9ecda0c3dc527a9efc61c5faa420dd 100644
(file)
--- a/
sql/alter2.4.sql
+++ b/
sql/alter2.4.sql
@@
-79,3
+79,4
@@
UPDATE `0_security_roles` SET `areas`=CONCAT_WS(';', `areas`, '775')
ALTER TABLE `0_stock_master` ADD COLUMN `no_purchase` tinyint(1) NOT NULL default '0' AFTER `no_sale`;
ALTER TABLE `0_stock_category` ADD COLUMN `dflt_no_purchase` tinyint(1) NOT NULL default '0' AFTER `dflt_no_sale`;
+ALTER TABLE `0_users` CHANGE `query_size` `query_size` TINYINT(1) UNSIGNED NOT NULL DEFAULT 10;
\ No newline at end of file