diff options
Diffstat (limited to 'src/alter.c')
-rw-r--r-- | src/alter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alter.c b/src/alter.c index 0c3e00e51..ac185f2da 100644 --- a/src/alter.c +++ b/src/alter.c @@ -12,7 +12,7 @@ ** This file contains C code routines that used to generate VDBE code ** that implements the ALTER TABLE command. ** -** $Id: alter.c,v 1.59 2009/05/27 10:31:29 drh Exp $ +** $Id: alter.c,v 1.60 2009/05/28 01:00:55 drh Exp $ */ #include "sqliteInt.h" |