Skip to content

Commit b73f578

Browse files
committed
#16: TODO Comment.
1 parent 340ec0e commit b73f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLite.CodeFirst/DbInitializers/SqliteDropCreateDatabaseWhenModelChanges.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Data.Common;
33
using System.Data.Entity;
4-
using System.Diagnostics;
54
using System.IO;
65
using System.Linq;
76
using SQLite.CodeFirst.Utility;
@@ -31,6 +30,7 @@ public class SqliteDropCreateDatabaseWhenModelChanges<TContext> : SqliteInitiali
3130
/// Initializes a new instance of the <see cref="SqliteDropCreateDatabaseWhenModelChanges{TContext}"/> class.
3231
/// </summary>
3332
/// <param name="modelBuilder">The model builder.</param>
33+
//TODO: Also specifi 0 bytes means not exists.. May inherit?
3434
public SqliteDropCreateDatabaseWhenModelChanges(DbModelBuilder modelBuilder)
3535
: base(modelBuilder)
3636
{

0 commit comments

Comments
 (0)