Handle multiple modals, fix copy icon background
This commit is contained in:
parent
2bc2e5f73e
commit
a5b40bb62f
13
jirs-server/src/schema.patch
Normal file
13
jirs-server/src/schema.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/jirs-server/src/schema.rs b/jirs-server/src/schema.rs
|
||||
index 00d1c0b..5b82ccf 100644
|
||||
--- a/jirs-server/src/schema.rs
|
||||
+++ b/jirs-server/src/schema.rs
|
||||
@@ -1,6 +1,8 @@
|
||||
+#![allow(unused_imports, dead_code)]
|
||||
+
|
||||
table! {
|
||||
use diesel::sql_types::*;
|
||||
use jirs_data::sql::*;
|
||||
|
||||
/// Representation of the `comments` table.
|
||||
///
|
@ -1,3 +1,5 @@
|
||||
#![allow(unused_imports, dead_code)]
|
||||
|
||||
table! {
|
||||
use diesel::sql_types::*;
|
||||
use jirs_data::sql::*;
|
||||
|
Loading…
Reference in New Issue
Block a user