summarylogtreecommitdiffstats
path: root/create_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_db.sh')
-rwxr-xr-xcreate_db.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/create_db.sh b/create_db.sh
deleted file mode 100755
index 857cfe9d7d09..000000000000
--- a/create_db.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-CMD=$(cat <<EOF
-:ok = :mnesia.create_schema([node()])
-:ok = :mnesia.start()
-{:atomic, :ok} = :mnesia.create_table(ContentLength, [attributes: [:path, :content_length],
- disc_copies: [node()]])
-EOF
-)
-ELIXIR_ERL_OPTIONS="-sname cpcache -mnesia dir '/var/cache/cpcache/mnesia'" /usr/bin/elixir -e "$CMD"