This document summarizes new features in Grails 1.4 related to agile database modeling, including replacing HSQLDB with H2 as the default in-memory database, adding reverse engineering capabilities to generate GORM classes from an existing database, and implementing database migrations based on Liquibase to version control and rollback database schema changes. It provides an overview and status of these features, which are currently available as plugins, and demonstrates reverse engineering and database migrations.