aboutsummaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 537e0a5..66d6c9c 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -161,7 +161,7 @@ impl Db {
161 User { 161 User {
162 user_id: friendly_1, 162 user_id: friendly_1,
163 public_key: "not_used".to_owned(), 163 public_key: "not_used".to_owned(),
164 balance: 0, 164 balance: 70,
165 is_bot: true, 165 is_bot: true,
166 }, 166 },
167 ); 167 );
@@ -173,7 +173,7 @@ impl Db {
173 User { 173 User {
174 user_id: friendly_2, 174 user_id: friendly_2,
175 public_key: "not_used".to_owned(), 175 public_key: "not_used".to_owned(),
176 balance: 0, 176 balance: 20,
177 is_bot: true, 177 is_bot: true,
178 }, 178 },
179 ); 179 );
@@ -185,7 +185,7 @@ impl Db {
185 User { 185 User {
186 user_id: friendly_3, 186 user_id: friendly_3,
187 public_key: "not_used".to_owned(), 187 public_key: "not_used".to_owned(),
188 balance: 0, 188 balance: 120,
189 is_bot: true, 189 is_bot: true,
190 }, 190 },
191 ); 191 );
@@ -197,7 +197,7 @@ impl Db {
197 User { 197 User {
198 user_id: friendly_4, 198 user_id: friendly_4,
199 public_key: "not_used".to_owned(), 199 public_key: "not_used".to_owned(),
200 balance: 0, 200 balance: 40,
201 is_bot: true, 201 is_bot: true,
202 }, 202 },
203 ); 203 );