Hi Ron,

See
https://www.lianja.com/doc/index.php..._to_Repository

You can assign work to different developers and have them submit versioned packages into your development repository.

This allows you to roll changes back and forward into your development environments.

Regarding VTs, if your database only contains VTs and no native data you can include the database in these packages.

Packages may contain a setup.prg or upgrade.prg. If this exists it is run when the pakage is installed.
https://www.lianja.com/doc/index.php...ackage_Manager

The CREATE/ALTER VIRTUALTABLE command can be used to programatically created VTs if required.
https://www.lianja.com/doc/index.php/ALTER_VIRTUALTABLE