Added manifest, removed incendiary initial SQL
This commit is contained in:
parent
ce02d4d02b
commit
59ad51b686
|
@ -0,0 +1,3 @@
|
||||||
|
Manifest-Version: 1.0
|
||||||
|
Main-Class: nl.andrewlalis.Main
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<component id="c2e9b" class="javax.swing.JTextArea" binding="templateTextArea">
|
<component id="c2e9b" class="javax.swing.JTextArea" binding="templateTextArea">
|
||||||
<constraints/>
|
<constraints/>
|
||||||
<properties>
|
<properties>
|
||||||
<text value="select id, value, other_value from primes;"/>
|
<text value=""/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
</children>
|
</children>
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
<component id="17867" class="javax.swing.JTextArea" binding="testingTextArea">
|
<component id="17867" class="javax.swing.JTextArea" binding="testingTextArea">
|
||||||
<constraints/>
|
<constraints/>
|
||||||
<properties>
|
<properties>
|
||||||
<text value="select value, other_value, id from primes;"/>
|
<text value=""/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
</children>
|
</children>
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
<component id="cc50b" class="javax.swing.JTextArea" binding="initializationTextArea">
|
<component id="cc50b" class="javax.swing.JTextArea" binding="initializationTextArea">
|
||||||
<constraints/>
|
<constraints/>
|
||||||
<properties>
|
<properties>
|
||||||
<text value="CREATE TABLE primes ( 	id SERIAL NOT NULL, 	value INT NOT NULL, 	other_value TEXT NOT NULL DEFAULT 'fuck' ); INSERT INTO primes(value, other_value) VALUES (2, 'nigger'), (3, 'cunt'), (5, 'piss'), (7, 'shit'), (11, 'spic');" noi18n="true"/>
|
<text value="" noi18n="true"/>
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
</children>
|
</children>
|
||||||
|
|
Loading…
Reference in New Issue