For purposes of archiving, I've created a new db, and archived some tables using auth.enable_record_versioning(db, tables=[...]). Among other things, this has the effect of migrating Foreign Key constraints from the original tables, so the *modified_by*, and *created_by* fields in the tables in the new db have a needless dependency on data that is not in the new database.
Is there a way to safely remove the Foreign Key requirement with the DAL? Otherwise, is it safe to just go ahead and do it with the db admin interface? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

