X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fraw%2Fsql_2.sql;h=27307216272c38c0c8647eed709b91e99a7e5141;hb=d5218337e111a377a3661f0ae4a5049edc055705;hp=e7f8041c211f15be1c9a18ac7e1d72b9c5dbe6a2;hpb=81277d1635a9b15fef1614a096d94f8772e40735;p=mobile-ledger.git diff --git a/app/src/main/res/raw/sql_2.sql b/app/src/main/res/raw/sql_2.sql index e7f8041c..27307216 100644 --- a/app/src/main/res/raw/sql_2.sql +++ b/app/src/main/res/raw/sql_2.sql @@ -13,4 +13,8 @@ -- You should have received a copy of the GNU General Public License -- along with MoLe. If not, see . +BEGIN TRANSACTION; + create table description_history(description varchar not null primary key, keep boolean); + +COMMIT TRANSACTION; \ No newline at end of file