From 50ce8cb96b2b218751c2fc2a6b19372f51846acc Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 14 Jul 2025 19:34:59 +0300 Subject: feat: rewrite in rust --- priv/repo/seeds.exs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 priv/repo/seeds.exs (limited to 'priv/repo/seeds.exs') diff --git a/priv/repo/seeds.exs b/priv/repo/seeds.exs deleted file mode 100644 index 1a102d7..0000000 --- a/priv/repo/seeds.exs +++ /dev/null @@ -1,11 +0,0 @@ -# Script for populating the database. You can run it as: -# -# mix run priv/repo/seeds.exs -# -# Inside the script, you can read and write to any of your -# repositories directly: -# -# Silmataivas.Repo.insert!(%Silmataivas.SomeSchema{}) -# -# We recommend using the bang functions (`insert!`, `update!` -# and so on) as they will fail if something goes wrong. -- cgit v1.2.3