mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-10 02:34:20 +01:00
Edit comment
This commit is contained in:
@@ -343,7 +343,7 @@ pub fn translate_drop_index(
|
||||
)));
|
||||
}
|
||||
}
|
||||
// Return an error if the index is an unique or primary key.
|
||||
// Return an error if the index is associated with a unique or primary key constraint.
|
||||
if let Some(idx) = maybe_index {
|
||||
if idx.unique {
|
||||
return Err(crate::error::LimboError::InvalidArgument(
|
||||
|
||||
Reference in New Issue
Block a user