LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Enhance SchemaDumper #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Make the SchemaDumper generate a set of scripts that could actually recreate 
the database as it 
really is including proper types, constraints, etc.

Original issue reported on code.google.com by geoffl...@gmail.com on 7 Jun 2008 at 2:32

GoogleCodeExporter commented 8 years ago
This feature should create a seperate .sql file for each migration

Original comment by dko...@gmail.com on 7 Jun 2008 at 11:45

GoogleCodeExporter commented 8 years ago
Ideally an option would be passed that would create either MigratorDotNet 
Migrations or SQL files.

Original comment by geoffl...@gmail.com on 7 Jun 2008 at 4:45

GoogleCodeExporter commented 8 years ago
Need Indices, primary keys and foreign keys generated as well

Original comment by geoffl...@gmail.com on 11 Jun 2008 at 7:20

GoogleCodeExporter commented 8 years ago

Original comment by geoffl...@gmail.com on 12 Jun 2008 at 7:35

GoogleCodeExporter commented 8 years ago
This patch might be a step on the way. Enhancing the existing functionality in
SchemaDumper.Dump.

Original comment by gewa...@gmail.com on 20 Nov 2009 at 5:08

Attachments: