You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Well, I´ve got in situation that could not ocurr but situations seem
not to respect some rules.
I need simply to rename a table.
I can imagine some ways to do that.
I tried rename in MySql and rename respective .table file but didn´t
worked.
I gives me error with keys.
Another way I think is create another table with the new name and copy
everything.
I think this is inneficient and might not work because of the ID if I
use DAL.
Use SQL so? And .table file?
mdipierro
unread,
Jul 14, 2010, 5:27:54 PM7/14/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
I do not have an easy solution.
Alexandre Andrade
unread,
Jul 14, 2010, 5:41:12 PM7/14/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
it's not a ideal way, but you can backup your data to a csv file, rename the table, and import the csv.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
but references from other tables may be broken.
On 14 Lug, 16:41, Alexandre Andrade <alexandrema...@gmail.com> wrote:
> it's not a ideal way, but you can backup your data to a csv file, rename the
> table, and import the csv.
>