Jump to content

need module to upgrade from 13. to 1.4


Recommended Posts

where is upgrade script ?

 

I make backup in PS1.3

go to phpmyadmin of PS1.4, import database and show

 

/* Scheme for table ps_access */ CREATE TABLE `ps_access` (

`id_profile`
(
10
)
UNSIGNED
NOT
NULL
,

`id_tab`
(
10
)
UNSIGNED
NOT
NULL
,

`view`
(
11
)
NOT
NULL
,

`add`
(
11
)
NOT
NULL
,

`edit`
(
11
)
NOT
NULL
,

`delete`
(
11
)
NOT
NULL
,

PRIMARY
KEY
(
`id_profile`
,
`id_tab`
)

) ENGINE = MYISAM DEFAULT CHARSET = utf8;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...