]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_40.sql
add missing/fix copyright statements to all SQL revision files
[mobile-ledger.git] / app / src / main / res / raw / sql_40.sql
index 18a350a0f084ec0b683f2314f8591de62019c7e9..b2168179ef98e2ddc5fed401e7a03975294b9e64 100644 (file)
@@ -14,4 +14,4 @@
 -- along with MoLe. If not, see <https://www.gnu.org/licenses/>.
 pragma foreign_keys=off;
 delete from transaction_accounts where not exists (select 1 from accounts a where a.profile=transaction_accounts.profile and a.name=transaction_accounts.account_name);
-delete from transaction_accounts where not exists (select 1 from transactions t where t.profile=transaction_accounts.profile and t.id=transaction_accounts.transaction_id);
\ No newline at end of file
+delete from transaction_accounts where not exists (select 1 from transactions t where t.profile=transaction_accounts.profile and t.id=transaction_accounts.transaction_id);