Skip to content

Commit

Permalink
Provide blob and raw links to SQL schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rok Strniša committed Apr 17, 2012
1 parent 466ebb4 commit 5d4674e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -38,8 +38,9 @@ Since the framework is fairly generic, its database schema is not trivial:
configuration. The field `result_id` is used to allow multiple measurements
for each unique permutation of the stated fields.

We also provide the
[SQL to generate the main tables](https://github.com/perf101/rage/raw/master/sql/schema.sql).
We also provide the SQL to generate the main tables:
\[[blob](https://github.com/perf101/rage/blob/master/sql/schema.sql)\],
\[[raw](https://github.com/perf101/rage/raw/master/sql/schema.sql)\].

## Importing data into RAGE

Expand Down

0 comments on commit 5d4674e

Please sign in to comment.