Skip to content

Commit

Permalink
Renaming to database-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
madnificent committed Apr 20, 2009
1 parent 5813292 commit 98a0aea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 68 deletions.
31 changes: 0 additions & 31 deletions README

This file was deleted.

31 changes: 0 additions & 31 deletions README.textile

This file was deleted.

12 changes: 6 additions & 6 deletions database-versioning.asd
@@ -1,14 +1,14 @@
(defpackage :database-versioning.sysdef
(defpackage :database-migrations.sysdef
(:use :common-lisp :asdf))

(in-package :database-versioning.sysdef)
(in-package :database-migrations.sysdef)

(defsystem :database-versioning
:name "Database Versioning"
(defsystem :database-migrations
:name "Database Migrations"
:author "Aad Versteden <madnificent@gmail.com>"
:version "1.0"
:maintainer "Aad Versteden <madnificent@gmail.com>"
:licence "MIT"
:description "System to version the database in roughly the same way rails migrations work."
:description "System to version the database in roughly the same way rails migrations work. Differences are that only one database is really supported (but hacking around that is trivial) and that migrations are not needed to be stored in separate files."
:depends-on (:postmodern)
:components ((:file "versioning")))
:components ((:file "migrations")))
File renamed without changes.

0 comments on commit 98a0aea

Please sign in to comment.