Warning: Can't synchronize with the repository (The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.). Look in the Trac log for more information.
Description

db create command should look for schema in current directory (#42)

The current implementation of the db create command needs a schema and a db name:

evo db create --app=schevo.example.eval eval.db

the command should use the current directory as a default schema source.

Changes

Change History

Changed 4 years ago by lazaridis_com

  • owner changed from lazaridis_com to orbtech
  • status changed from reopened to new

Changed 4 years ago by lazaridis_com

  • component changed from Schevo to z.product

Changed 4 years ago by lazaridis_com

  • priority changed from major to trivial

Changed 4 years ago by lazaridis_com

  • status changed from closed to reopened
  • resolution fixed deleted

reverted implementation r1917

Changed 4 years ago by lazaridis_com

  • status changed from new to closed
  • resolution set to fixed

implemented with r1913

the current directory is used by default.

--app or --schema are now optionally.

Changed 4 years ago by lazaridis_com

  • owner set to lazaridis_com