about summary refs log tree commit diff
path: root/src/libstore/schema.sql (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-24 (no commit message)Eelco Dolstra1-1/+1
2010-02-22 * The database needs a trigger to get rid of self-references toEelco Dolstra1-0/+10
2010-02-22 * Put the derivation outputs in the database. This is useful for theEelco Dolstra1-0/+10
2010-02-19 * Foreign key support in SQLite is not a persistent setting, so enableEelco Dolstra1-3/+1
2010-02-18 * Add the deriver to the ValidPaths table. In principle we could nowEelco Dolstra1-1/+2
2010-02-18 * Assign an integer id to every row in the ValidPaths table in orderEelco Dolstra1-12/+9
2010-02-18 * Convert the Nix database to SQLite.Eelco Dolstra1-0/+27