mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Modified int's to number's
This commit is contained in:
parent
8ec0b1ae0e
commit
c1ed65b0f3
@ -30,7 +30,7 @@ connect phpgw/phpgw;
|
||||
CREATE TABLE applications (
|
||||
app_name varchar2(25) NOT NULL,
|
||||
app_title varchar2(50),
|
||||
app_enabled int
|
||||
app_enabled number
|
||||
);
|
||||
|
||||
create unique index applications_app_name
|
||||
@ -169,8 +169,8 @@ create table access_log (
|
||||
sessionid varchar2(30),
|
||||
loginid varchar2(30),
|
||||
ip varchar2(30),
|
||||
li int,
|
||||
lo int
|
||||
li number(11),
|
||||
lo number(11)
|
||||
);
|
||||
|
||||
--------------
|
||||
|
Loading…
Reference in New Issue
Block a user